STM32F439xx HAL User Manual
Defines
ADC Error Code
ADC Exported Constants

Defines

#define HAL_ADC_ERROR_NONE   0x00U
#define HAL_ADC_ERROR_INTERNAL   0x01U
#define HAL_ADC_ERROR_OVR   0x02U
#define HAL_ADC_ERROR_DMA   0x04U

Define Documentation

#define HAL_ADC_ERROR_DMA   0x04U
#define HAL_ADC_ERROR_INTERNAL   0x01U

ADC IP internal error: if problem of clocking, enable/disable, erroneous state

Definition at line 235 of file stm32f4xx_hal_adc.h.

#define HAL_ADC_ERROR_NONE   0x00U

No error

Definition at line 234 of file stm32f4xx_hal_adc.h.

#define HAL_ADC_ERROR_OVR   0x02U