|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_ADC_INJ_StartConversion (ADC_TypeDef *ADCx) |
| Start ADC group injected conversion. More... | |
| __STATIC_INLINE void | LL_ADC_INJ_StopConversion (ADC_TypeDef *ADCx) |
| Stop ADC group injected conversion. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_INJ_IsConversionOngoing (ADC_TypeDef *ADCx) |
| Get ADC group injected conversion state. CR JADSTART LL_ADC_INJ_IsConversionOngoing. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_INJ_IsStopConversionOngoing (ADC_TypeDef *ADCx) |
| Get ADC group injected command of conversion stop state CR JADSTP LL_ADC_INJ_IsStopConversionOngoing. More... | |
| __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). 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 (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 (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 (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 (ADC_TypeDef *ADCx, uint32_t Rank) |
| Get ADC group injected conversion data, range fit for ADC resolution 6 bits. More... | |
| __STATIC_INLINE uint32_t LL_ADC_INJ_IsConversionOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group injected conversion state. CR JADSTART LL_ADC_INJ_IsConversionOngoing.
| ADCx | ADC instance |
| 0 | no conversion is on going on ADC group injected. |
Definition at line 6277 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_INJ_IsStopConversionOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group injected command of conversion stop state CR JADSTP LL_ADC_INJ_IsStopConversionOngoing.
| ADCx | ADC instance |
| 0 | no command of conversion stop is on going on ADC group injected. |
Definition at line 6288 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint16_t LL_ADC_INJ_ReadConversionData10 | ( | 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 6364 of file stm32l4xx_ll_adc.h.
| __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:
|
| Value | between Min_Data=0x000 and Max_Data=0xFFF |
Definition at line 6337 of file stm32l4xx_ll_adc.h.
| __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). 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 6310 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint8_t LL_ADC_INJ_ReadConversionData6 | ( | 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 6418 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint8_t LL_ADC_INJ_ReadConversionData8 | ( | 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 6391 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_INJ_StartConversion | ( | ADC_TypeDef * | ADCx | ) |
Start ADC group injected conversion.
| ADCx | ADC instance |
| None |
Definition at line 6241 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_INJ_StopConversion | ( | ADC_TypeDef * | ADCx | ) |
Stop ADC group injected conversion.
| ADCx | ADC instance |
| None |
Definition at line 6261 of file stm32l4xx_ll_adc.h.