1.3.17.10 PDECx_HALLStart Function

C

void PDECx_HALLStart ( 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 hall mode.

Description

This function enables the clock and starts the counter in hall mode, allowing the PDEC to begin tracking the quadrature signals.

Precondition

PDECx_HALLInitialize function must have been called first for the given channel.

Parameters

None.

Returns

None.

Example

PDEC_HALLInitialize();
PDEC_HALLStart();

Remarks

None.