1.12.18.2 QEIx_Stop Function

C

/* x = QEI instance number */

void QEIx_Stop ( void )

Summary

Stops the given QEI instance counter.

Description

This function stops the clock and thus counter QEI, stopping tracking of the quadrature signals.

Precondition

QEIx_Initialize function must have been called first for the given channel.

Parameters

None.

Returns

None.

Example

QEI1_Initialize();
QEI1_Start();
QEI1_Stop();

Remarks

None.