1.10.10.6 1.11.10.6 1.12.10.6 1.13.9.6 1.14.9.6 1.15.9.6 1.16.7.6 1.17.7.6 1.18.8.6 1.19.7.6 1.20.7.6 1.21.8.6 1.22.11.6 1.23.11.6 1.24.10.6 EVIC_SourceStatusSet Function
C
void EVIC_SourceStatusSet( INT_SOURCE source )
Summary
Sets the status of the interrupt flag for the selected source.
Description
This function sets the status of the interrupt flag for the selected source. This function will not be used during normal operation of the system. It is used to generate test interrupts for debug and testing purposes.
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_SourceStatusSet(INT_SOURCE_CORE_TIMER);
Remarks
This function implements an operation of the SourceFlag feature. This feature may not be available on all devices. Please refer to the specific device data sheet to determine availability.