3.3.4.24 EMAFE_GetStatus Function
C
uint32_t EMAFE_GetStatus(void);Summary
Read comparison events on Channel A and B.
Description
Read comparison events on Channel A and B.
Precondition
None.
Parameters
None.
Returns
Events status.
Example
evantsStatus = EMAFE_GetStatus();
Remarks
| Status Mask | Description when value = 1 |
|---|---|
| EMAFE_SR_CHAEVT_Msk | Comparison event on Channel A; Channel A is not in the range. |
| EMAFE_SR_CHBEVT_Msk | Comparison event on Channel B; Channel B is not in the range. |
