1.2.15.2 1.3.17.2 1.5.16.2 1.32.18.2 PDECx_QDECStart Function
C
void PDECx_QDECStart ( void ) // x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
Summary
Starts the given PDEC counter in quadrature mode.
Description
This function enables the clock and starts the counter in quadrature mode, allowing the PDEC to begin tracking the quadrature signals.
Precondition
PDECx_QDECInitialize function must have been called first for the given channel.
Parameters
None.
Returns
None.
Example
PDEC_QDECInitialize(); PDEC_QDECStart();
Remarks
None.