HAL
LL_ADC_SetMultimode() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_ADC_SetMultimode() function

Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).

Syntax

__STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON,     uint32_t Multimode);

Arguments

Return value

None

Notes

If multimode configuration: the selected ADC instance is either master or slave depending on hardware. Refer to reference manual.

References

LocationText
stm32f4xx_ll_adc.h:3658
__STATIC_INLINE void LL_ADC_SetMultimode(ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode)

Data Use

Data read by LL_ADC_SetMultimode()
LL_ADC_SetMultimode()