1.2.15.25 1.3.17.25 1.5.16.25 1.32.18.25 PDECx_COUNTERStatusGet Function
C
PDEC_COUNTER_STATUS PDECx_COUNTERStatusGet (void) // x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
Summary
Identifies status of the counter mode interrupts
Description
This function returns the status of the interrupts that occur in counter mode.
Precondition
PDECx_COUNTERInitialize must have been called first.
Parameters
None
Returns
PDEC_COUNTER_STATUS - status of the counter interrupts
Example
PDEC_COUNTER_STATUS status; status = PDEC_COUNTERStatusGet();
Remarks
None