HAL + 0/1 examples
SourceVu will show references to LL_ADC_REG_InitTypeDef from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
ADC
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint32_t
Set ADC group regular conversion trigger source: internal (SW start) or from external IP (timer event, external interrupt line). This parameter can be a value of ADC_LL_EC_REG_TRIGGER_SOURCE.
uint32_t
Set ADC group regular sequencer length. This parameter can be a value of ADC_LL_EC_REG_SEQ_SCAN_LENGTH.
uint32_t
Set ADC group regular sequencer discontinuous mode: sequence subdivided and scan conversions interrupted every selected number of ranks. This parameter can be a value of ADC_LL_EC_REG_SEQ_DISCONT_MODE.
uint32_t
Set ADC continuous conversion mode on ADC group regular, whether ADC conversions are performed in single mode (one conversion per trigger) or in continuous mode (after the first trigger, following conversions launched successively automatically). This parameter can be a value of ADC_LL_EC_REG_CONTINUOUS_MODE Note: It is not possible to enable both ADC group regular continuous mode and discontinuous mode. This feature can be modified afterwards using unitary function LL_ADC_REG_SetContinuousMode().
uint32_t
Set ADC group regular conversion data transfer: no transfer or transfer by DMA, and DMA requests mode. This parameter can be a value of ADC_LL_EC_REG_DMA_TRANSFER This feature can be modified afterwards using unitary function LL_ADC_REG_SetDMATransfer().

References

from examples