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

LL_ADC_REG_InitTypeDef struct

Structure definition of some features of ADC group regular.

Syntax

typedef struct {   uint32_t TriggerSource;                  uint32_t SequencerLength;                uint32_t SequencerDiscont;               uint32_t ContinuousMode;                 uint32_t DMATransfer;                  } LL_ADC_REG_InitTypeDef;

Fields

TriggerSource

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. Read more...

SequencerLength

Set ADC group regular sequencer length. This parameter can be a value of ADC_LL_EC_REG_SEQ_SCAN_LENGTH. Read more...

SequencerDiscont

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. Read more...

ContinuousMode

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

DMATransfer

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

Examples

LL_ADC_REG_InitTypeDef is referenced by 1 libraries and example projects.