3.1.4.9 ICM_EnableRegionMonitor Function

C
void ICM_EnableRegionMonitor ( ICM_REGION_ID regionId );

Summary

Enables the monitoring a memory region of the ICM peripheral.

Description

Activates the monitoring of the memory region with regionId identifier.

Precondition

None.

Parameters

ParamDescription
regionIdIdentifies the memory region to activate monitoring.

Returns

None.

Example


ICM_EnableRegionMonitor(ICM_REGION_0);

Remarks

None.