STM32F103xB HAL User Manual
Defines
ADC Event type
ADC Exported Constants

Defines

#define ADC_AWD_EVENT   ((uint32_t)ADC_FLAG_AWD)
#define ADC_AWD1_EVENT   ADC_AWD_EVENT

Define Documentation

ADC Analog watchdog 1 event: Alternate naming for compatibility with other STM32 devices having several analog watchdogs

Definition at line 383 of file stm32f1xx_hal_adc.h.

#define ADC_AWD_EVENT   ((uint32_t)ADC_FLAG_AWD)

ADC Analog watchdog event

Definition at line 381 of file stm32f1xx_hal_adc.h.