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

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

References

from examples