3.1.4.4 ICM_Enable Function

C

void ICM_Enable ( void );

Summary

Enables the ICM peripheral.

Description

This function enables the ICM peripheral. Calling this function will cause the ICM to start processing according to its configuration.

Precondition

None.

Parameters

None.

Returns

None.

Example


ICM_Enable();

Remarks

None.