1.14.2.15 1.15.2.15 CCPx_CompareStart Function
C
/* x = CCP instance number */
void CCPx_CompareStart( void )
Summary
Starts the timer for given CCP instance.
Description
This function enables the clock and starts the timer.
Precondition
CCPx_CompareInitialize() function must have been called first.
Parameters
None.
Returns
None.
Example
CCP1_CompareInitialize(); CCP1_CompareStart();
Remarks
None.