1.8.22.33 1.25.23.33 1.26.20.33 1.27.23.33 1.28.25.33 1.34.23.33 1.35.16.33 1.36.18.33 1.41.21.33 1.42.20.33 TCx_QuadratureStart Function
C
/* x = TC instance number */ void TCx_QuadratureStart ( void )
Summary
Starts the given TC channel counter in quadrature mode.
Description
This function enables the clock and starts the counter of associated channel in quadrature mode, allowing the TC to begin tracking 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();
Remarks
None.