1.1.3.14 void ECIA_InterruptEnable(ECIA_INT_SOURCE int_src) Function

C

void ECIA_InterruptEnable(ECIA_INT_SOURCE int_src)

Summary

Enables interrupt at both ECIA and NVIC level for the given interrupt source.

Description

Enables interrupt at both ECIA and NVIC level. This API enables the interrupt source, corresponding block interrupt and the corresponding direct or aggregate NVIC interrupt.

Precondition

None.

Parameters

Param Description
int_src One of the interrupt source from the enum ECIA_INT_SOURCE

Returns

None

Example

ECIA_InterruptEnable(ECIA_AGG_INT_SRC_GPIO002);

Remarks

None