1.35.16.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.