1.10.10.2 1.11.10.2 1.12.10.2 1.13.9.2 1.14.9.2 1.15.9.2 1.16.7.2 1.17.7.2 1.18.8.2 1.19.7.2 1.20.7.2 1.21.8.2 1.22.11.2 1.23.11.2 1.24.10.2 EVIC_SourceEnable Function
C
void EVIC_SourceEnable( INT_SOURCE source )
Summary
Enables the interrupt source.
Description
This function enables the interrupt source. The interrupt flag is set when the interrupt request is sampled. The pending interrupt request will not cause further processing if the interrupt is not enabled using this function or if interrupts are not enabled.
Precondition
EVIC_Initialize() function must have been called first.
Parameters
Param | Description |
---|---|
source | One of the possible values from INT_SOURCE. |
Returns
None.
Example
EVIC_SourceEnable(INT_SOURCE_CORE_TIMER);
Remarks
This function implements an operation of the SourceControl feature. This feature may not be available on all devices. Please refer to the specific device data sheet to determine availability.