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 serie, 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().
Reference Manual to
LL API cross
reference:
CR2 JEXTEN LL_ADC_INJ_StopConversionExtTrig
LL_ADC_INJ_ReadConversionData32
__STATIC_INLINE uint32_t
LL_ADC_INJ_ReadConversionData32 (ADC_TypeDef * ADCx,
uint32_t Rank)
Get ADC group regular conversion data, range fit for all ADC
configurations: all ADC resolutions and all oversampling increased
data width (for devices with feature oversampling).
ADCx: ADC instance
Rank: This parameter can be one of the following values:
LL_ADC_INJ_RANK_1
LL_ADC_INJ_RANK_2
LL_ADC_INJ_RANK_3
LL_ADC_INJ_RANK_4
Value: between Min_Data=0x00000000 and
Max_Data=0xFFFFFFFF
Reference Manual to
LL API cross
reference:
JDR1 JDATA LL_ADC_INJ_ReadConversionData32
JDR2 JDATA LL_ADC_INJ_ReadConversionData32
JDR3 JDATA LL_ADC_INJ_ReadConversionData32
JDR4 JDATA LL_ADC_INJ_ReadConversionData32
LL_ADC_INJ_ReadConversionData12
__STATIC_INLINE uint16_t
LL_ADC_INJ_ReadConversionData12 (ADC_TypeDef * ADCx,
uint32_t Rank)
Get ADC group injected conversion data, range fit for ADC
resolution 12 bits.
ADCx: ADC instance
Rank: This parameter can be one of the following values:
LL_ADC_INJ_RANK_1
LL_ADC_INJ_RANK_2
LL_ADC_INJ_RANK_3
LL_ADC_INJ_RANK_4
Value: between Min_Data=0x000 and Max_Data=0xFFF