2.37.13 ECIA_InterruptDisable Function

C

void ECIA_InterruptDisable(ECIA_INT_SOURCE int_src)

Summary

Disables the given interrupt source

Description

Disables the given interrupt source

Precondition

None.

Parameters

ParamDescription
int_srcOne of the interrupt source from the enum ECIA_INT_SOURCE

Returns

None

Example

ECIA_InterruptDisable(ECIA_AGG_INT_SRC_GPIO002);

Remarks

None