1.15.2.35 CCPx_CaptureInitialize Function

C

/* x = CCP instance number */

void CCPx_CaptureInitialize( 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_CaptureInitialize();

Remarks

This function must be called before any other CCP function is called. This function should only be called once during system initialization.