1.14.2.2 1.15.2.2 CCPx_TimerStart Function
C
/* x = CCP instance number */
void CCPx_TimerStart( void );
Summary
Starts the timer for given CCP instance.
Description
This function enables the clock and starts the timer.
Precondition
CCPx_TimerInitialize() function must have been called first.
Parameters
None.
Returns
None.
Example
CCP1_TimerInitialize(); CCP1_TimerStart();
Remarks
None.