1.1.3.10 void ECIA_GIRQSourceDisable(ECIA_INT_SOURCE int_src) Function
C
void ECIA_GIRQSourceDisable(ECIA_INT_SOURCE int_src)
Summary
Disables the given interrupt source.
Description
Disables the given interrupt source.
Precondition
None.
Parameters
Param | Description |
---|---|
int_src | One of the interrupt source from the enum ECIA_INT_SOURCE |
Returns
None
Example
ECIA_GIRQSourceDisable(ECIA_AGG_INT_SRC_GPIO002);
Remarks
None