1.2.15.13 1.3.17.13 1.5.16.13 1.32.18.13 PDECx_HALLPatternSet Function
C
bool PDECx_HALLPatternSet ( uint8_t pattern ) // x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.
Summary
Writes the hall pattern.
Description
This function writes the hall pattern in CC0 LSB.
Precondition
PDECx_HALLInitialize function must have been called first for the given channel.
Parameters
Param | Description |
---|---|
pattern | hall pattern |
Returns
true - If hall pattern set false - If hall pattern is not set
Example
uint8_t position;
PDEC_HALLInitialize();
PDEC_HALLStart();
PDEC_HALLPatternSet(0x3);
Remarks
None