HAL + 0/3 examples
CodeScope will show references to LL_ADC_REG_CONV_CONTINUOUS from the following samples and libraries:
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_REG_CONV_CONTINUOUS

LL_ADC_REG_CONV_CONTINUOUS macro

ADC conversions are performed in continuous mode: after the first trigger, following conversions launched successively automatically

Syntax

#define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT)

Examples

LL_ADC_REG_CONV_CONTINUOUS is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_adc.h:690
#define LL_ADC_REG_CONV_CONTINUOUS (ADC_CR2_CONT) /*!< ADC conversions are performed in continuous mode: after the first trigger, following conversions launched successively automatically */