STM32F439xx HAL User Manual
Defines
ADC EOC Selection
ADC Exported Constants

Defines

#define ADC_EOC_SEQ_CONV   0x00000000U
#define ADC_EOC_SINGLE_CONV   0x00000001U
#define ADC_EOC_SINGLE_SEQ_CONV   0x00000002U

Define Documentation

#define ADC_EOC_SEQ_CONV   0x00000000U

Definition at line 382 of file stm32f4xx_hal_adc.h.

#define ADC_EOC_SINGLE_CONV   0x00000001U

Definition at line 383 of file stm32f4xx_hal_adc.h.

#define ADC_EOC_SINGLE_SEQ_CONV   0x00000002U

reserved for future use

Definition at line 384 of file stm32f4xx_hal_adc.h.