1.10.5.1 CMP_Initialize Function

C

void CMP_Initialize (void);

Summary

Initializes CMP module of the device

Description

This function initializes CMP module of the device with the values configured in MHC GUI.

Precondition

None.

Parameters

None.

Returns

None.

Example

CMP_Initialize();

Remarks

This function must be called only once and before any other CMP function is called. This is taken care in initialization.c.