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

ADC_CR2_EOCSelection macro

Enable the ADC end of conversion selection.

Syntax

#define ADC_CR2_EOCSelection(_EOCSelection_MODE_) ((_EOCSelection_MODE_) << 10U)

Arguments

_EOCSelection_MODE_

End of conversion selection mode.

Return value

None

References

LocationText
stm32f4xx_hal_adc.h:855
#define ADC_CR2_EOCSelection(_EOCSelection_MODE_) ((_EOCSelection_MODE_) << 10U)
stm32f4xx_hal_adc.c:1985
hadc->Instance->CR2 |= ADC_CR2_EOCSelection(hadc->Init.EOCSelection);