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

Return value

None

Notes

ADC conversion will start at next trigger event (on the selected trigger edge) following the ADC start conversion command. On this STM32 series, this function is relevant for ADC conversion start from external trigger. If internal trigger (SW start) is needed, perform ADC conversion start using function LL_ADC_REG_StartConversionSWStart().

References

from examples