STM32L486xx HAL User Manual
Defines
ADC sequencer scan mode
ADC Exported Constants

Defines

#define ADC_SCAN_DISABLE   (0x00000000U)
#define ADC_SCAN_ENABLE   (0x00000001U)

Define Documentation

#define ADC_SCAN_DISABLE   (0x00000000U)

Scan mode disabled

Definition at line 494 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_Init(), and HAL_ADCEx_InjectedConfigChannel().

#define ADC_SCAN_ENABLE   (0x00000001U)

Scan mode enabled

Definition at line 495 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_Init().