3.1.4.10 ICM_DisableRegionMonitor Function
C
void ICM_DisableRegionMonitor ( ICM_REGION_ID regionId );
Summary
Disables the monitoring a memory region of the ICM peripheral.
Description
Deactivates the monitoring of the memory region with regionId identifier.
Precondition
None.
Parameters
| Parameters | Description |
|---|---|
| regionId | Identifies the memory region to deactivate monitoring |
Returns
None.
Example
ICM_DisableRegionMonitor(ICM_REGION_0);
Remarks
None.
