1.3.23.25 1.4.24.25 1.5.22.25 1.6.24.25 1.7.25.25 1.29.26.25 1.30.16.25 1.31.16.25 1.32.29.25 1.33.18.25 1.37.16.25 1.38.24.25 1.39.21.25 1.40.23.25 TCx_CompareStop Function
C
/* x = TC instance number */
void TCx_CompareStop( void );
Summary
Stops the timer for given TC instance.
Description
This function stops the clock and thus timer.
Precondition
TCx_CompareInitialize() function must have been called first. Also counter should have been started with TCx_CompareStart() function call.
Parameters
None.
Returns
None.
Example
TC0_CompareInitialize(); TC0_CompareStart(); TC0_CompareStop();
Remarks
None.