3.1.4.19 ICM_GetIStatus Function
C
uint32_t ICM_GetIStatus (void);
Summary
Get the status of the interrupts of ICM peripheral.
Description
Reads the ICM interrupt status register.
Precondition
None.
Parameters
None.
Returns
The content of the ICM interrupt status register.
Example
uint32_t icmIntStatus = ICM_GetIStatus();
Remarks
None.
