3.1.4.18 ICM_DisableInterrupt Function

C

void ICM_DisableInterrupt (ICM_INTERRUPT_SOURCE source, ICM_REGION_ID regionId);

Summary

Clears the interrupt source of a memory region of the ICM peripheral.

Description

Disables the interrupt source of the memory region with regionId identifier.

Precondition

None.

Parameters

ParametersDescription
sourceSource of the interrupt to disable
regionIdIdentifies the memory region to disable interrupt

Returns

None.

Example

ICM_DisableInterrupt(ICM_INTERRUPT_RDM, ICM_REGION_0);
ICM_DisableInterrupt(ICM_INTERRUPT_RDM, ICM_REGION_1);

Remarks

None.