2.18.8 CMPx_Initialize Function

C

//x is the instance number of the CMP peripheral
void CMPx_Initialize (void);

Summary

Initializes CMPx module of the device

Description

This function initializes CMPx module of the device with the values configured in MCC GUI.

Precondition

None.

Parameters

None.

Returns

None.

Example

CMP1_Initialize();

Remarks

None.