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