HAL
LL_ADC_REG_GetContinuousMode() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_REG_GetContinuousMode()

LL_ADC_REG_GetContinuousMode() function

Get ADC continuous conversion mode on ADC group regular.

Syntax

__STATIC_INLINE uint32_t LL_ADC_REG_GetContinuousMode(ADC_TypeDef *ADCx);

Arguments

ADCx

ADC instance

Return value

Returned value can be one of the following values: @arg LL_ADC_REG_CONV_SINGLE @arg LL_ADC_REG_CONV_CONTINUOUS

Notes

Description of ADC continuous conversion mode: - single mode: one conversion per trigger - continuous mode: after the first trigger, following conversions launched successively automatically.

References

LocationText
stm32f4xx_ll_adc.h:2632
__STATIC_INLINE uint32_t LL_ADC_REG_GetContinuousMode(ADC_TypeDef *ADCx)

Data Use

Data read by LL_ADC_REG_GetContinuousMode()
LL_ADC_REG_GetContinuousMode()
Type of LL_ADC_REG_GetContinuousMode()
LL_ADC_REG_GetContinuousMode()
uint32_t
all items filtered out