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

Defines

#define ADC_SCAN_DISABLE   (0x00000000UL)
#define ADC_SCAN_ENABLE   (0x00000001UL)

Define Documentation

#define ADC_SCAN_DISABLE   (0x00000000UL)

Scan mode disabled

Definition at line 544 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_Init(), and HAL_ADCEx_InjectedConfigChannel().

#define ADC_SCAN_ENABLE   (0x00000001UL)

Scan mode enabled

Definition at line 545 of file stm32h7xx_hal_adc.h.

Referenced by HAL_ADC_Init().