1.8.22.9 1.25.23.9 1.26.20.9 1.27.23.9 1.28.25.9 1.34.23.9 1.35.16.9 1.36.18.9 1.41.21.9 1.42.20.9 TCx_CHy_TimerStop Function
C
/* x = TC instance number, y= channel number */ void TCx_CHy_TimerStop ( void );
Summary
Stops the given TC channel counter
Description
This function stops the clock and thus counter of associated channel.
Precondition
TCx_CHy_TimerInitialize() function must have been called first for the given channel.
Parameters
None
Returns
None.
Example
TC1_CH2_TimerInitialize(); TC1_CH2_TimerStart(); TC1_CH2_TimerStop();
Remarks
None