1.10.17.3 1.11.17.3 1.12.18.3 1.13.16.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.