1.10.12.2 1.11.13.2 1.12.13.2 1.13.12.2 1.16.10.2 1.17.10.2 1.19.10.2 1.20.10.2 1.21.11.2 1.22.15.2 1.23.14.2 1.24.12.2 ICAPx_ErrorStatusGet Function
C
/* x = ICAP instance number */ void ICAPx_ErrorStatusGet (void)
Summary
Reads the current state of overflow
Description
Returns the current state of overflow.
Precondition
ICAPx_Initialize() function must have been called first.
Parameters
None.
Returns
None.
Example
bool errorStatus; ICAP1_Enable(); errorStatus = ICAP1_ErrorStatusGet();
Remarks
None.