STM32F439xx HAL User Manual
Defines
ADC group regular - Flag EOC selection (unitary or sequence conversions)
ADC Exported Constants

Defines

#define LL_ADC_REG_FLAG_EOC_SEQUENCE_CONV   0x00000000U
#define LL_ADC_REG_FLAG_EOC_UNITARY_CONV   (ADC_CR2_EOCS)

Define Documentation

#define LL_ADC_REG_FLAG_EOC_SEQUENCE_CONV   0x00000000U

ADC flag EOC (end of unitary conversion) selected

Definition at line 713 of file stm32f4xx_ll_adc.h.

#define LL_ADC_REG_FLAG_EOC_UNITARY_CONV   (ADC_CR2_EOCS)

ADC flag EOS (end of sequence conversions) selected

Definition at line 714 of file stm32f4xx_ll_adc.h.