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

LL_ADC_REG_InitTypeDef::ContinuousMode field

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

Syntax

uint32_t ContinuousMode;

Examples

LL_ADC_REG_InitTypeDef::ContinuousMode is referenced by 1 libraries and example projects.

References

LocationReferrerText
stm32f4xx_ll_adc.h:426
uint32_t 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).
stm32f4xx_ll_adc.c:742LL_ADC_REG_Init()
| ADC_REG_InitStruct->ContinuousMode
stm32f4xx_ll_adc.c:779LL_ADC_REG_StructInit()

Data Use

Functions writing LL_ADC_REG_InitTypeDef::ContinuousMode
Functions reading LL_ADC_REG_InitTypeDef::ContinuousMode
all items filtered out
LL_ADC_REG_InitTypeDef::ContinuousMode
all items filtered out
Type of LL_ADC_REG_InitTypeDef::ContinuousMode
LL_ADC_REG_InitTypeDef::ContinuousMode
uint32_t
all items filtered out