1.23.14.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.