1.12.10.3 EVIC_SourceDisable Function

C

void EVIC_SourceDisable( INT_SOURCE source );

Summary

Disables the interrupt source.

Description

This function disables the given interrupt source.

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_SourceDisable(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.