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

LL_ADC_INJ_SetTriggerSource() function

Set ADC group injected conversion trigger source: internal (SW start) or from external IP (timer event, external interrupt line).

Syntax

__STATIC_INLINE void LL_ADC_INJ_SetTriggerSource(ADC_TypeDef *ADCx,     uint32_t TriggerSource);

Arguments

Return value

None

Notes

On this STM32 series, setting of external trigger edge is performed using function LL_ADC_INJ_StartConversionExtTrig(). Availability of parameters of trigger sources from timer depends on timers availability on the selected device. CR2 JEXTEN LL_ADC_INJ_SetTriggerSource

Examples

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

References

LocationReferrerText
stm32f4xx_ll_adc.h:2784
__STATIC_INLINE void LL_ADC_INJ_SetTriggerSource(ADC_TypeDef *ADCx, uint32_t TriggerSource)
stm32f4xx_ll_adc.c:444LL_ADC_DeInit()
LL_ADC_INJ_SetTriggerSource(ADCx, LL_ADC_INJ_TRIG_SOFTWARE);

Call Tree

Functions calling LL_ADC_INJ_SetTriggerSource()
all items filtered out
LL_ADC_INJ_SetTriggerSource()
Data read by LL_ADC_INJ_SetTriggerSource()
LL_ADC_INJ_SetTriggerSource()