3.8.7 mcHalI_EncoderStop
C
/* Stop encoder pulses counter of quadarature decoder */
void mcHalI_EncoderStop( void )
Summary
Stops the quadrature decoder peripheral.
Description
The function stops the quadrature decoding process by invoking the specific API for the quadrature decoder instance.
Precondition
None.
Parameters
Param | Description |
---|---|
void | None. |
Returns
None
Example
/* Stop encoder pulses counter of qudarature decoder */ mcHalI_EncoderStop();
Remarks
None.