1.2.24.20 1.3.24.20 1.4.25.20 1.5.23.20 1.6.25.20 1.7.26.20 1.29.27.20 1.30.17.20 1.31.17.20 1.33.19.20 1.37.17.20 1.40.24.20 TCCx_TimerStart Function
C
void TCCx_TimerStart( void );
Summary
Starts the timer for given TCC instance.
Description
This function enables the clock and starts the timer.
Precondition
TCCx_TimerInitialize() function must have been called first.
Parameters
None.
Returns
None.
Example
TCC0_TimerInitialize(); TCC0_TimerStart();
Remarks
None.