1.8.22.34 1.25.23.34 1.26.20.34 1.27.23.34 1.28.25.34 1.34.23.34 1.35.16.34 1.36.18.34 1.41.21.34 1.42.20.34 TCx_QuadratureStop Function
C
/* x = TC instance number */ void TCx_QuadratureStop ( void )
Summary
Stops the given TC channel counter in quadrature mode.
Description
This function stops the clock and thus counter of associated channel in quadrature mode, stopping tracking of the quadrature signals.
Precondition
TCx_QuadratureInitialize function must have been called first for the given channel.
Parameters
None.
Returns
None.
Example
TC0_QuadratureInitialize(); TC0_QuadratureStart(); TC0_QuadratureStop();
Remarks
None.