HAL
LL_ADC_CommonInitTypeDef is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Set parameter common to several ADC: Clock source and prescaler. This parameter can be a value of ADC_LL_EC_COMMON_CLOCK_SOURCE This feature can be modified afterwards using unitary function LL_ADC_SetCommonClock().
uint32_t
Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances). This parameter can be a value of ADC_LL_EC_MULTI_MODE This feature can be modified afterwards using unitary function LL_ADC_SetMultimode().
uint32_t
Set ADC multimode conversion data transfer: no transfer or transfer by DMA. This parameter can be a value of ADC_LL_EC_MULTI_DMA_TRANSFER This feature can be modified afterwards using unitary function LL_ADC_SetMultiDMATransfer().
uint32_t
Set ADC multimode delay between 2 sampling phases. This parameter can be a value of ADC_LL_EC_MULTI_TWOSMP_DELAY This feature can be modified afterwards using unitary function LL_ADC_SetMultiTwoSamplingDelay().

References

from examples