| STM32H735xx HAL User Manual
   
    | 
| 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 DFSDM_FILTER_ERROR_DMA 0x00000003U | 
DMA error occurs
Definition at line 453 of file stm32h7xx_hal_dfsdm.h.
Referenced by DFSDM_DMAError().
| #define DFSDM_FILTER_ERROR_INJECTED_OVERRUN 0x00000002U | 
Overrun occurs during injected conversion
Definition at line 452 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_FilterPollForInjConversion(), and HAL_DFSDM_IRQHandler().
| #define DFSDM_FILTER_ERROR_INVALID_CALLBACK 0x00000004U | 
Invalid callback error occurs
Definition at line 455 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_Filter_RegisterAwdCallback(), HAL_DFSDM_Filter_RegisterCallback(), HAL_DFSDM_Filter_UnRegisterAwdCallback(), and HAL_DFSDM_Filter_UnRegisterCallback().
| #define DFSDM_FILTER_ERROR_NONE 0x00000000U | 
No error
Definition at line 450 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_FilterInit().
| #define DFSDM_FILTER_ERROR_REGULAR_OVERRUN 0x00000001U | 
Overrun occurs during regular conversion
Definition at line 451 of file stm32h7xx_hal_dfsdm.h.
Referenced by HAL_DFSDM_FilterPollForRegConversion(), and HAL_DFSDM_IRQHandler().
 1.7.6.1
 1.7.6.1