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

LL_ADC_INJ_StartConversionSWStart() function

Start ADC group injected conversion.

Syntax

__STATIC_INLINE void LL_ADC_INJ_StartConversionSWStart(ADC_TypeDef *ADCx);

Arguments

ADCx

ADC instance

Return value

None

Notes

On this STM32 series, this function is relevant only for internal trigger (SW start), not for external trigger: - If ADC trigger has been set to software start, ADC conversion starts immediately. - If ADC trigger has been set to external trigger, ADC conversion start must be performed using function LL_ADC_INJ_StartConversionExtTrig(). (if external trigger edge would have been set during ADC other settings, ADC conversion would start at trigger event as soon as ADC is enabled).

Examples

LL_ADC_INJ_StartConversionSWStart() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_adc.h:4094
__STATIC_INLINE void LL_ADC_INJ_StartConversionSWStart(ADC_TypeDef *ADCx)

Data Use

Data read by LL_ADC_INJ_StartConversionSWStart()
LL_ADC_INJ_StartConversionSWStart()