STM32L486xx HAL User Manual
Defines
ADC Event type
ADC Exported Constants

Defines

#define ADC_EOSMP_EVENT   (ADC_FLAG_EOSMP)
#define ADC_AWD1_EVENT   (ADC_FLAG_AWD1)
#define ADC_AWD2_EVENT   (ADC_FLAG_AWD2)
#define ADC_AWD3_EVENT   (ADC_FLAG_AWD3)
#define ADC_OVR_EVENT   (ADC_FLAG_OVR)
#define ADC_JQOVF_EVENT   (ADC_FLAG_JQOVF)

Define Documentation

#define ADC_AWD1_EVENT   (ADC_FLAG_AWD1)

ADC Analog watchdog 1 event (main analog watchdog, present on all STM32 series)

Definition at line 715 of file stm32l4xx_hal_adc.h.

#define ADC_AWD2_EVENT   (ADC_FLAG_AWD2)

ADC Analog watchdog 2 event (additional analog watchdog, not present on all STM32 series)

Definition at line 716 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_PollForEvent().

#define ADC_AWD3_EVENT   (ADC_FLAG_AWD3)

ADC Analog watchdog 3 event (additional analog watchdog, not present on all STM32 series)

Definition at line 717 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_PollForEvent().

ADC End of Sampling event

Definition at line 714 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_PollForEvent().

ADC Injected Context Queue Overflow event

Definition at line 719 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_PollForEvent().

#define ADC_OVR_EVENT   (ADC_FLAG_OVR)

ADC overrun event

Definition at line 718 of file stm32l4xx_hal_adc.h.