STM32L486xx 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_CFGR_CONT)

Define Documentation

#define LL_ADC_REG_CONV_CONTINUOUS   (ADC_CFGR_CONT)

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

Definition at line 872 of file stm32l4xx_ll_adc.h.

#define LL_ADC_REG_CONV_SINGLE   (0x00000000U)

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

Definition at line 871 of file stm32l4xx_ll_adc.h.

Referenced by LL_ADC_REG_StructInit().