decimal format: process the returned value with the helper
macro __LL_ADC_CHANNEL_TO_DECIMAL_NB().
Reference Manual to
LL API cross
reference:
SQR3 SQ1 LL_ADC_REG_GetSequencerRanks
SQR3 SQ2 LL_ADC_REG_GetSequencerRanks
SQR3 SQ3 LL_ADC_REG_GetSequencerRanks
SQR3 SQ4 LL_ADC_REG_GetSequencerRanks
SQR3 SQ5 LL_ADC_REG_GetSequencerRanks
SQR3 SQ6 LL_ADC_REG_GetSequencerRanks
SQR2 SQ7 LL_ADC_REG_GetSequencerRanks
SQR2 SQ8 LL_ADC_REG_GetSequencerRanks
SQR2 SQ9 LL_ADC_REG_GetSequencerRanks
SQR2 SQ10 LL_ADC_REG_GetSequencerRanks
SQR2 SQ11 LL_ADC_REG_GetSequencerRanks
SQR2 SQ12 LL_ADC_REG_GetSequencerRanks
SQR1 SQ13 LL_ADC_REG_GetSequencerRanks
SQR1 SQ14 LL_ADC_REG_GetSequencerRanks
SQR1 SQ15 LL_ADC_REG_GetSequencerRanks
SQR1 SQ16 LL_ADC_REG_GetSequencerRanks
LL_ADC_REG_SetContinuousMode
__STATIC_INLINE void LL_ADC_REG_SetContinuousMode
(ADC_TypeDef * ADCx, uint32_t Continuous)
Set ADC continuous conversion mode on ADC group regular.
ADCx: ADC instance
Continuous: This parameter can be one of the following
values:
LL_ADC_REG_CONV_SINGLE
LL_ADC_REG_CONV_CONTINUOUS
Description of ADC continuous conversion mode: single
mode: one conversion per triggercontinuous mode: after the
first trigger, following conversions launched successively
automatically.
It is not possible to enable both ADC group regular
continuous mode and sequencer discontinuous mode.
Reference Manual to
LL API cross
reference:
CR2 CONT LL_ADC_REG_SetContinuousMode
LL_ADC_REG_GetContinuousMode
__STATIC_INLINE uint32_t
LL_ADC_REG_GetContinuousMode (ADC_TypeDef * ADCx)
Get ADC continuous conversion mode on ADC group regular.
Returned: value can be one of the following values:
LL_ADC_REG_CONV_SINGLE