2.37.8 ECIA_GIRQSourceClear 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

ParamDescription
int_srcOne of the interrupt source from the enum ECIA_INT_SOURCE

Returns

None

Example

ECIA_GIRQSourceClear(ECIA_AGG_INT_SRC_GPIO002);

Remarks

None