HAL
LL_ADC_GetSequencersScanMode() is only used within HAL.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

Returned value can be one of the following values: @arg LL_ADC_SEQ_SCAN_DISABLE @arg LL_ADC_SEQ_SCAN_ENABLE

Notes

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

References

from examples