UM1940
50
LL ADC Generic Driver
50.1
ADC Firmware driver registers structures
50.1.1
LL_ADC_CommonInitTypeDef
Data Fields
uint32_t CommonClock
uint32_t Multimode
uint32_t MultiDMATransfer
uint32_t MultiTwoSamplingDelay
Field Documentation
uint32_t LL_ADC_CommonInitTypeDef::CommonClock
Set parameter common to several ADC: Clock source and prescaler. This parameter
can be a value of ADC_LL_EC_COMMON_CLOCK_SOURCEThis feature can be
modified afterwards using unitary function LL_ADC_SetCommonClock().
uint32_t LL_ADC_CommonInitTypeDef::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_MODEThis feature can be modified afterwards using unitary
function LL_ADC_SetMultimode().
uint32_t LL_ADC_CommonInitTypeDef::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_TRANSFERThis feature can
be modified afterwards using unitary function LL_ADC_SetMultiDMATransfer().
uint32_t LL_ADC_CommonInitTypeDef::MultiTwoSamplingDelay
Set ADC multimode delay between 2 sampling phases. This parameter can be a value
of ADC_LL_EC_MULTI_TWOSMP_DELAYThis feature can be modified afterwards
using unitary function LL_ADC_SetMultiTwoSamplingDelay().
50.1.2
LL_ADC_InitTypeDef
Data Fields
uint32_t Resolution
uint32_t DataAlignment
uint32_t SequencersScanMode
Field Documentation
uint32_t LL_ADC_InitTypeDef::Resolution
Set ADC resolution. This parameter can be a value of
ADC_LL_EC_RESOLUTIONThis feature can be modified afterwards using unitary
function LL_ADC_SetResolution().
uint32_t LL_ADC_InitTypeDef::DataAlignment
Set ADC conversion data alignment. This parameter can be a value of
ADC_LL_EC_DATA_ALIGNThis feature can be modified afterwards using unitary
function LL_ADC_SetDataAlignment().
uint32_t LL_ADC_InitTypeDef::SequencersScanMode
Set ADC scan selection. This parameter can be a value of
ADC_LL_EC_SCAN_SELECTIONThis feature can be modified afterwards using
unitary function LL_ADC_SetSequencersScanMode().
DocID028236 Rev 2
LL ADC Generic Driver
697/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?