HAL
ADC_CR1_SCANCONV is only used within HAL.
 
Symbols
loading...
Files
loading...

ADC_CR1_SCANCONV macro

Enable ADC scan mode.

Syntax

#define ADC_CR1_SCANCONV(_SCANCONV_MODE_) ((_SCANCONV_MODE_) << 8U)

Arguments

_SCANCONV_MODE_

Scan conversion mode.

Return value

None

References

LocationText
stm32f4xx_hal_adc.h:848
#define ADC_CR1_SCANCONV(_SCANCONV_MODE_) ((_SCANCONV_MODE_) << 8U)
stm32f4xx_hal_adc.c:1922
hadc->Instance->CR1 |= ADC_CR1_SCANCONV(hadc->Init.ScanConvMode);