STM32F479xx HAL User Manual
Defines
ADC Event Type
ADC Exported Constants

Defines

#define ADC_AWD_EVENT   ((uint32_t)ADC_FLAG_AWD)
#define ADC_OVR_EVENT   ((uint32_t)ADC_FLAG_OVR)

Define Documentation

#define ADC_AWD_EVENT   ((uint32_t)ADC_FLAG_AWD)

Definition at line 418 of file stm32f4xx_hal_adc.h.

Referenced by HAL_ADC_PollForEvent().

#define ADC_OVR_EVENT   ((uint32_t)ADC_FLAG_OVR)

Definition at line 419 of file stm32f4xx_hal_adc.h.