3.1.4.5 ICM_Disable Function
C
void ICM_Disable ( void );
Summary
Disables the ICM peripheral.
Description
This function disables the ICM peripheral. Calling this function will cause the ICM to stop processing.
Precondition
None.
Parameters
None.
Returns
None.
Example
ICM_Disable();
Remarks
None.
