1.10.5.1 1.11.6.1 1.12.5.1 1.13.5.1 1.14.6.1 1.15.6.1 1.16.3.1 1.17.3.1 1.18.4.1 1.19.3.1 1.20.3.1 1.21.4.1 1.22.5.1 1.23.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.