| STM32F4xx_HAL_Driver
    1.8.3
    | 
 Collaboration diagram for Operation on ADC hierarchical scope: group injected:
 Collaboration diagram for Operation on ADC hierarchical scope: group injected:| Functions | |
| __STATIC_INLINE void | LL_ADC_INJ_StartConversionSWStart (ADC_TypeDef *ADCx) | 
| Start ADC group injected conversion.  More... | |
| __STATIC_INLINE void | LL_ADC_INJ_StartConversionExtTrig (ADC_TypeDef *ADCx, uint32_t ExternalTriggerEdge) | 
| Start ADC group injected conversion from external trigger.  More... | |
| __STATIC_INLINE void | LL_ADC_INJ_StopConversionExtTrig (ADC_TypeDef *ADCx) | 
| Stop ADC group injected conversion from external trigger.  More... | |
| __STATIC_INLINE uint32_t | LL_ADC_INJ_ReadConversionData32 (const 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). @rmtoll JDR1 JDATA LL_ADC_INJ_ReadConversionData32 JDR2 JDATA LL_ADC_INJ_ReadConversionData32 JDR3 JDATA LL_ADC_INJ_ReadConversionData32 JDR4 JDATA LL_ADC_INJ_ReadConversionData32. More... | |
| __STATIC_INLINE uint16_t | LL_ADC_INJ_ReadConversionData12 (const ADC_TypeDef *ADCx, uint32_t Rank) | 
| Get ADC group injected conversion data, range fit for ADC resolution 12 bits.  More... | |
| __STATIC_INLINE uint16_t | LL_ADC_INJ_ReadConversionData10 (const ADC_TypeDef *ADCx, uint32_t Rank) | 
| Get ADC group injected conversion data, range fit for ADC resolution 10 bits.  More... | |
| __STATIC_INLINE uint8_t | LL_ADC_INJ_ReadConversionData8 (const ADC_TypeDef *ADCx, uint32_t Rank) | 
| Get ADC group injected conversion data, range fit for ADC resolution 8 bits.  More... | |
| __STATIC_INLINE uint8_t | LL_ADC_INJ_ReadConversionData6 (const ADC_TypeDef *ADCx, uint32_t Rank) | 
| Get ADC group injected conversion data, range fit for ADC resolution 6 bits.  More... | |
| __STATIC_INLINE uint16_t LL_ADC_INJ_ReadConversionData10 | ( | const ADC_TypeDef * | ADCx, | 
| uint32_t | Rank | ||
| ) | 
Get ADC group injected conversion data, range fit for ADC resolution 10 bits.
| ADCx | ADC instance | 
| Rank | This parameter can be one of the following values: 
 | 
| Value | between Min_Data=0x000 and Max_Data=0x3FF | 
Definition at line 4209 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint16_t LL_ADC_INJ_ReadConversionData12 | ( | const 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: 
 | 
| Value | between Min_Data=0x000 and Max_Data=0xFFF | 
Definition at line 4182 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_INJ_ReadConversionData32 | ( | const 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). @rmtoll JDR1 JDATA LL_ADC_INJ_ReadConversionData32
 JDR2 JDATA LL_ADC_INJ_ReadConversionData32
 JDR3 JDATA LL_ADC_INJ_ReadConversionData32
 JDR4 JDATA LL_ADC_INJ_ReadConversionData32. 
| ADCx | ADC instance | 
| Rank | This parameter can be one of the following values: 
 | 
| Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF | 
Definition at line 4155 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint8_t LL_ADC_INJ_ReadConversionData6 | ( | const ADC_TypeDef * | ADCx, | 
| uint32_t | Rank | ||
| ) | 
Get ADC group injected conversion data, range fit for ADC resolution 6 bits.
| ADCx | ADC instance | 
| Rank | This parameter can be one of the following values: 
 | 
| Value | between Min_Data=0x00 and Max_Data=0x3F | 
Definition at line 4263 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint8_t LL_ADC_INJ_ReadConversionData8 | ( | const ADC_TypeDef * | ADCx, | 
| uint32_t | Rank | ||
| ) | 
Get ADC group injected conversion data, range fit for ADC resolution 8 bits.
| ADCx | ADC instance | 
| Rank | This parameter can be one of the following values: 
 | 
| Value | between Min_Data=0x00 and Max_Data=0xFF | 
Definition at line 4236 of file stm32f4xx_ll_adc.h.
| __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: 
 | 
| ADCx | ADC instance | 
| None | 
Definition at line 4115 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_INJ_StartConversionSWStart | ( | ADC_TypeDef * | ADCx | ) | 
Start ADC group injected conversion.
| ADCx | ADC instance | 
| None | 
Definition at line 4094 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_INJ_StopConversionExtTrig | ( | ADC_TypeDef * | ADCx | ) | 
Stop ADC group injected conversion from external trigger.
| ADCx | ADC instance | 
| None | 
Definition at line 4133 of file stm32f4xx_ll_adc.h.