|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_ADC_REG_StartConversion (ADC_TypeDef *ADCx) |
| Start ADC group regular conversion. More... | |
| __STATIC_INLINE void | LL_ADC_REG_StopConversion (ADC_TypeDef *ADCx) |
| Stop ADC group regular conversion. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_REG_IsConversionOngoing (ADC_TypeDef *ADCx) |
| Get ADC group regular conversion state. CR ADSTART LL_ADC_REG_IsConversionOngoing. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_REG_IsStopConversionOngoing (ADC_TypeDef *ADCx) |
| Get ADC group regular command of conversion stop state CR ADSTP LL_ADC_REG_IsStopConversionOngoing. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_REG_ReadConversionData32 (ADC_TypeDef *ADCx) |
| 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). DR RDATA LL_ADC_REG_ReadConversionData32. More... | |
| __STATIC_INLINE uint16_t | LL_ADC_REG_ReadConversionData12 (ADC_TypeDef *ADCx) |
| Get ADC group regular conversion data, range fit for ADC resolution 12 bits. More... | |
| __STATIC_INLINE uint16_t | LL_ADC_REG_ReadConversionData10 (ADC_TypeDef *ADCx) |
| Get ADC group regular conversion data, range fit for ADC resolution 10 bits. More... | |
| __STATIC_INLINE uint8_t | LL_ADC_REG_ReadConversionData8 (ADC_TypeDef *ADCx) |
| Get ADC group regular conversion data, range fit for ADC resolution 8 bits. More... | |
| __STATIC_INLINE uint8_t | LL_ADC_REG_ReadConversionData6 (ADC_TypeDef *ADCx) |
| Get ADC group regular conversion data, range fit for ADC resolution 6 bits. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_REG_ReadMultiConversionData32 (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t ConversionData) |
| Get ADC multimode conversion data of ADC master, ADC slave or raw data with ADC master and slave concatenated. More... | |
| __STATIC_INLINE uint32_t LL_ADC_REG_IsConversionOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular conversion state. CR ADSTART LL_ADC_REG_IsConversionOngoing.
| ADCx | ADC instance |
| 0 | no conversion is on going on ADC group regular. |
Definition at line 6094 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_REG_IsStopConversionOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular command of conversion stop state CR ADSTP LL_ADC_REG_IsStopConversionOngoing.
| ADCx | ADC instance |
| 0 | no command of conversion stop is on going on ADC group regular. |
Definition at line 6105 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint16_t LL_ADC_REG_ReadConversionData10 | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular conversion data, range fit for ADC resolution 10 bits.
| ADCx | ADC instance |
| Value | between Min_Data=0x000 and Max_Data=0x3FF |
Definition at line 6149 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint16_t LL_ADC_REG_ReadConversionData12 | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular conversion data, range fit for ADC resolution 12 bits.
| ADCx | ADC instance |
| Value | between Min_Data=0x000 and Max_Data=0xFFF |
Definition at line 6134 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_REG_ReadConversionData32 | ( | ADC_TypeDef * | ADCx | ) |
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). DR RDATA LL_ADC_REG_ReadConversionData32.
| ADCx | ADC instance |
| Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
Definition at line 6119 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint8_t LL_ADC_REG_ReadConversionData6 | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular conversion data, range fit for ADC resolution 6 bits.
| ADCx | ADC instance |
| Value | between Min_Data=0x00 and Max_Data=0x3F |
Definition at line 6179 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint8_t LL_ADC_REG_ReadConversionData8 | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular conversion data, range fit for ADC resolution 8 bits.
| ADCx | ADC instance |
| Value | between Min_Data=0x00 and Max_Data=0xFF |
Definition at line 6164 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_REG_ReadMultiConversionData32 | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
| uint32_t | ConversionData | ||
| ) |
Get ADC multimode conversion data of ADC master, ADC slave or raw data with ADC master and slave concatenated.
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| ConversionData | This parameter can be one of the following values:
|
| Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
Definition at line 6206 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_REG_StartConversion | ( | ADC_TypeDef * | ADCx | ) |
Start ADC group regular conversion.
| ADCx | ADC instance |
| None |
Definition at line 6058 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_REG_StopConversion | ( | ADC_TypeDef * | ADCx | ) |
Stop ADC group regular conversion.
| ADCx | ADC instance |
| None |
Definition at line 6078 of file stm32l4xx_ll_adc.h.