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

ADC_CR2_CONTINUOUS macro

Enable ADC continuous conversion mode.

Syntax

#define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) ((_CONTINUOUS_MODE_) << 1U)

Arguments

_CONTINUOUS_MODE_

Continuous mode.

Return value

None

References

LocationText
stm32f4xx_hal_adc.h:834
#define ADC_CR2_CONTINUOUS(_CONTINUOUS_MODE_) ((_CONTINUOUS_MODE_) << 1U)
stm32f4xx_hal_adc.c:1956
hadc->Instance->CR2 |= ADC_CR2_CONTINUOUS((uint32_t)hadc->Init.ContinuousConvMode);