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

LL_ADC_InitTypeDef struct

Structure definition of some features of ADC instance.

Syntax

typedef struct {   uint32_t Resolution;                     uint32_t DataAlignment;                  uint32_t SequencersScanMode;           } LL_ADC_InitTypeDef;

Fields

Resolution

Set ADC resolution. This parameter can be a value of ADC_LL_EC_RESOLUTION This feature can be modified afterwards using unitary function LL_ADC_SetResolution(). Read more...

DataAlignment

Set ADC conversion data alignment. This parameter can be a value of ADC_LL_EC_DATA_ALIGN This feature can be modified afterwards using unitary function LL_ADC_SetDataAlignment(). Read more...

SequencersScanMode

Set ADC scan selection. This parameter can be a value of ADC_LL_EC_SCAN_SELECTION This feature can be modified afterwards using unitary function LL_ADC_SetSequencersScanMode(). Read more...

Type Use

Variables of LL_ADC_InitTypeDef type
LL_ADC_InitTypeDef
all items filtered out
LL_ADC_InitTypeDef
all items filtered out