3.1.4.3 ICM_GetStatus Function

C
uint32_t ICM_GetStatus ( void );

Summary

Returns the status of ICM.

Description

This function returns the status of ICM. The status value includes the ICM enable flag and region monitoring flags. Refer to the ICM component file in the DFP pack for additional information.

Precondition

None.

Parameters

None.

Returns

Returns the status register value of the ICM.

Example

uint32_t icmStatus = ICM_GetStatus();

Remarks

None