1.10.12.6 1.11.13.6 1.12.13.6 1.13.12.6 1.16.10.6 1.17.10.6 1.19.10.6 1.20.10.6 1.21.11.6 1.22.15.6 1.23.14.6 1.24.12.6 ICAPx_CaptureStatusGet Function
C
/* x = ICAP instance number */ bool ICAPx_CaptureStatusGet (void)
Summary
Reads and returns the capture status
Description
Reads and returns the capture status
Precondition
ICAPx_Initialize() function must have been called first.
Parameters
None.
Returns
bool - Capture status of channel 0.
Example
bool captureStatus; ICAP1_Enable(); captureStatus = ICAP1_CaptureStatusGet();
Remarks
None.