1.14.2.16 1.15.2.16 CCPx_CompareInitialize Function
C
/* x = CCP instance number */
void CCPx_CompareInitialize( void );
Summary
Initializes given instance of CCP.
Description
This function initializes given instance of CCP with the values configured in MCC GUI.
Precondition
MCC GUI should be configured with the right values.
Parameters
None.
Returns
None.
Example
CCP1_CompareInitialize();
Remarks
This function must be called before any other CCP function is called. This function should only be called once during system initialization.