HAL
LL_ADC_INJ_StopConversionExtTrig() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALLL_ADC_INJ_StopConversionExtTrig()

LL_ADC_INJ_StopConversionExtTrig() function

Stop ADC group injected conversion from external trigger.

Syntax

__STATIC_INLINE void LL_ADC_INJ_StopConversionExtTrig(ADC_TypeDef *ADCx);

Arguments

ADCx

ADC instance

Return value

None

Notes

No more ADC conversion will start at next trigger event following the ADC stop conversion command. If a conversion is on-going, it will be completed. On this STM32 series, there is no specific command to stop a conversion on-going or to stop ADC converting in continuous mode. These actions can be performed using function LL_ADC_Disable().

References

LocationText
stm32f4xx_ll_adc.h:4133
__STATIC_INLINE void LL_ADC_INJ_StopConversionExtTrig(ADC_TypeDef *ADCx)

Data Use

Data read by LL_ADC_INJ_StopConversionExtTrig()
LL_ADC_INJ_StopConversionExtTrig()