1.1.3.12 void ECIA_GIRQSourceEnable(ECIA_INT_SOURCE int_src) Function

C

void ECIA_GIRQSourceEnable(ECIA_INT_SOURCE int_src)

Summary

Enables the given interrupt source

Description

Enables 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_GIRQSourceEnable(ECIA_AGG_INT_SRC_GPIO002);

Remarks

None