1.12.18.3 QEIx_Start Function

C

/* x = QEI instance number */

void QEIx_Start ( void )

Summary

Starts the given QEI instance counter.

Description

This function enables the clock and starts the counter, allowing the QEI to begin tracking 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();

Remarks

None.