1.3.17.16 PDECx_HALLStatusGet Function

C

PDEC_HALL_STATUS PDECx_HALLStatusGet (void) // x is instance of the peripheral and it is applicable only for devices having multiple instances of the peripheral.

Summary

Identifies status of the hall interrupts

Description

This function returns the status of the interrupts that occur in hall mode.

Precondition

PDECx_HALLInitialize must have been called first.

Parameters

None

Returns

PDEC_HALL_STATUS - status of the hall interrupts

Example

PDEC_HALL_STATUS status;
status = PDEC_HALLStatusGet();

Remarks

None