STM32F439xx HAL User Manual
Defines
ADC group regular - Continuous mode
ADC Exported Constants

Defines

#define LL_ADC_REG_CONV_SINGLE   0x00000000U
#define LL_ADC_REG_CONV_CONTINUOUS   (ADC_CR2_CONT)

Define Documentation

#define LL_ADC_REG_CONV_CONTINUOUS   (ADC_CR2_CONT)

ADC conversions are performed in continuous mode: after the first trigger, following conversions launched successively automatically

Definition at line 695 of file stm32f4xx_ll_adc.h.

#define LL_ADC_REG_CONV_SINGLE   0x00000000U

ADC conversions are performed in single mode: one conversion per trigger

Definition at line 694 of file stm32f4xx_ll_adc.h.

Referenced by LL_ADC_REG_StructInit().