STM32L486xx HAL User Manual
Defines
DFSDM filter error code
DFSDM Exported Constants

Defines

#define DFSDM_FILTER_ERROR_NONE   0x00000000U
#define DFSDM_FILTER_ERROR_REGULAR_OVERRUN   0x00000001U
#define DFSDM_FILTER_ERROR_INJECTED_OVERRUN   0x00000002U
#define DFSDM_FILTER_ERROR_DMA   0x00000003U
#define DFSDM_FILTER_ERROR_INVALID_CALLBACK   0x00000004U

Define Documentation

#define DFSDM_FILTER_ERROR_DMA   0x00000003U

DMA error occurs

Definition at line 485 of file stm32l4xx_hal_dfsdm.h.

Referenced by DFSDM_DMAError().

#define DFSDM_FILTER_ERROR_INJECTED_OVERRUN   0x00000002U

Overrun occurs during injected conversion

Definition at line 484 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterPollForInjConversion(), and HAL_DFSDM_IRQHandler().

#define DFSDM_FILTER_ERROR_INVALID_CALLBACK   0x00000004U
#define DFSDM_FILTER_ERROR_NONE   0x00000000U

No error

Definition at line 482 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterInit().

#define DFSDM_FILTER_ERROR_REGULAR_OVERRUN   0x00000001U

Overrun occurs during regular conversion

Definition at line 483 of file stm32l4xx_hal_dfsdm.h.

Referenced by HAL_DFSDM_FilterPollForRegConversion(), and HAL_DFSDM_IRQHandler().