UM1940
LL_ADC_INJ_StartConversionSWStart
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_ADC_INJ_StartConversionExtTrig
Function name
Function description
Parameters
Return values
Notes
Reference Manual to
LL API cross
reference:
LL_ADC_INJ_StopConversionExtTrig
Function name
Function description
__STATIC_INLINE void LL_ADC_INJ_StartConversionSWStart
(ADC_TypeDef * ADCx)
Start ADC group injected conversion.
ADCx: ADC instance
None:
On this STM32 serie, 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).
CR2 JSWSTART LL_ADC_INJ_StartConversionSWStart
__STATIC_INLINE void LL_ADC_INJ_StartConversionExtTrig
(ADC_TypeDef * ADCx, uint32_t ExternalTriggerEdge)
Start ADC group injected conversion from external trigger.
ExternalTriggerEdge: This parameter can be one of the
following values:
LL_ADC_INJ_TRIG_EXT_RISING
LL_ADC_INJ_TRIG_EXT_FALLING
LL_ADC_INJ_TRIG_EXT_RISINGFALLING
ADCx: ADC instance
None:
ADC conversion will start at next trigger event (on the
selected trigger edge) following the ADC start conversion
command.
On this STM32 serie, 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_INJ_StartConversionSWStart().
CR2 JEXTEN LL_ADC_INJ_StartConversionExtTrig
__STATIC_INLINE void LL_ADC_INJ_StopConversionExtTrig
(ADC_TypeDef * ADCx)
Stop ADC group injected conversion from external trigger.
DocID028236 Rev 2
LL ADC Generic Driver
741/1371
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?
Questions and answers