Refer to reference manual for alignments formats
dependencies to ADC resolutions.
Reference Manual to
LL API cross
reference:
CR2 ALIGN LL_ADC_SetDataAlignment
LL_ADC_GetDataAlignment
__STATIC_INLINE uint32_t LL_ADC_GetDataAlignment
(ADC_TypeDef * ADCx)
Get ADC conversion data alignment.
Returned: value can be one of the following values:
LL_ADC_DATA_ALIGN_RIGHT
LL_ADC_DATA_ALIGN_LEFT
Refer to reference manual for alignments formats
dependencies to ADC resolutions.
Reference Manual to
LL API cross
reference:
CR2 ALIGN LL_ADC_SetDataAlignment
LL_ADC_SetSequencersScanMode
__STATIC_INLINE void LL_ADC_SetSequencersScanMode
(ADC_TypeDef * ADCx, uint32_t ScanMode)
Set ADC sequencers scan mode, for all ADC groups (group
regular, group injected).
ADCx: ADC instance
ScanMode: This parameter can be one of the following
values:
LL_ADC_SEQ_SCAN_DISABLE
LL_ADC_SEQ_SCAN_ENABLE
According to sequencers scan mode : If disabled: ADC
conversion is performed in unitary conversion mode (one
channel converted, that defined in rank 1). Configuration of
sequencers of all ADC groups (sequencer scan length, ...) is
discarded: equivalent to scan length of 1 rank.If enabled: ADC
conversions are performed in sequence conversions mode,
according to configuration of sequencers of each ADC group
(sequencer scan length, ...). Refer to function
LL_ADC_REG_SetSequencerLength() and to function
LL_ADC_INJ_SetSequencerLength().
Reference Manual to
LL API cross
CR1 SCAN LL_ADC_SetSequencersScanMode