1.8.22.10 1.25.23.10 1.26.20.10 1.27.23.10 1.28.25.10 1.34.23.10 1.35.16.10 1.36.18.10 1.41.21.10 1.42.20.10 TCx_CHy_TimerStart Function
C
/* x = TC instance number, y= channel number */ void TCx_CHy_TimerStart ( void );
Summary
Starts the given TC channel counter
Description
This function enables the clock and starts the counter of associated channel.
Precondition
TCx_CHy_TimerInitialize() function must have been called first for the given channel.
Parameters
None
Returns
None.
Example
TC0_CH1_TimerInitialize(); TC0_CH1_TimerStart();
Remarks
None