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

LL_ADC_CommonInitTypeDef struct

Structure definition of some features of ADC common parameters and multimode (all ADC instances belonging to the same ADC common instance).

Syntax

typedef struct {   uint32_t CommonClock;                  #if defined(ADC_MULTIMODE_SUPPORT)   uint32_t Multimode;                      uint32_t MultiDMATransfer;               uint32_t MultiTwoSamplingDelay;        #endif  } LL_ADC_CommonInitTypeDef;

Fields

CommonClock

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(). Read more...

Multimode

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(). Read more...

MultiDMATransfer

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(). Read more...

MultiTwoSamplingDelay

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(). Read more...