1.2.15.11 1.3.17.11 1.5.16.11 1.32.18.11 PDECx_HALLStop Function
C
void PDECx_HALLStop ( void ) // x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
Summary
Stops the given PDEC counter in hall mode.
Description
This function stops the clock and thus counter PDEC, stopping tracking of the hall signals.
Precondition
PDECx_HALLInitialize function must have been called first for the given channel.
Parameters
None.
Returns
None.
Example
PDEC_HALLInitialize(); PDEC_HALLStart(); PDEC_HALLStop();
Remarks
None.