1.27.3.2 AIC_INT_IrqEnable Function

C

void AIC_INT_IrqEnable ( void )

Summary

Enable interrupt to the processor.

Description

AIC will generate interrupts to the processor when an interrupt condition is met.

Precondition

AIC should be initialized with a call to AIC_Initialize() function.

Parameters

None.

Returns

None.

Example

AIC_INT_IrqEnable ( );

Remarks

None.