1.1.3.8 void ECIA_GIRQSourceClear(ECIA_INT_SOURCE int_src) Function
C
void ECIA_GIRQSourceClear(ECIA_INT_SOURCE int_src)
Summary
Clears the given interrupt source
Description
This API can be used to clear the given interrupt source bit. This API may be used in the interrupt handler to acknowledge the interrupt.
Precondition
None.
Parameters
Param | Description |
---|---|
int_src | One of the interrupt source from the enum ECIA_INT_SOURCE |
Returns
None
Example
ECIA_GIRQSourceClear(ECIA_AGG_INT_SRC_GPIO002);
Remarks
None