STM32L443xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_REG_StartConversion (ADC_TypeDef *ADCx) |
Start ADC group regular conversion. | |
__STATIC_INLINE void | LL_ADC_REG_StopConversion (ADC_TypeDef *ADCx) |
Stop ADC group regular conversion. | |
__STATIC_INLINE uint32_t | LL_ADC_REG_IsConversionOngoing (ADC_TypeDef *ADCx) |
Get ADC group regular conversion state. | |
__STATIC_INLINE uint32_t | LL_ADC_REG_IsStopConversionOngoing (ADC_TypeDef *ADCx) |
Get ADC group regular command of conversion stop state. | |
__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). | |
__STATIC_INLINE uint16_t | LL_ADC_REG_ReadConversionData12 (ADC_TypeDef *ADCx) |
Get ADC group regular conversion data, range fit for ADC resolution 12 bits. | |
__STATIC_INLINE uint16_t | LL_ADC_REG_ReadConversionData10 (ADC_TypeDef *ADCx) |
Get ADC group regular conversion data, range fit for ADC resolution 10 bits. | |
__STATIC_INLINE uint8_t | LL_ADC_REG_ReadConversionData8 (ADC_TypeDef *ADCx) |
Get ADC group regular conversion data, range fit for ADC resolution 8 bits. | |
__STATIC_INLINE uint8_t | LL_ADC_REG_ReadConversionData6 (ADC_TypeDef *ADCx) |
Get ADC group regular conversion data, range fit for ADC resolution 6 bits. |
__STATIC_INLINE uint32_t LL_ADC_REG_IsConversionOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular conversion state.
ADCx | ADC instance |
0,: | no conversion is on going on ADC group regular. |
Definition at line 6167 of file stm32l4xx_ll_adc.h.
Referenced by ADC_ConversionStop(), HAL_ADC_AnalogWDGConfig(), HAL_ADC_ConfigChannel(), HAL_ADC_Init(), HAL_ADC_IRQHandler(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADCEx_Calibration_SetValue(), HAL_ADCEx_DisableInjectedQueue(), HAL_ADCEx_EnableInjectedQueue(), HAL_ADCEx_InjectedConfigChannel(), HAL_ADCEx_InjectedStop(), HAL_ADCEx_InjectedStop_IT(), and LL_ADC_DeInit().
__STATIC_INLINE uint32_t LL_ADC_REG_IsStopConversionOngoing | ( | ADC_TypeDef * | ADCx | ) |
Get ADC group regular command of conversion stop state.
ADCx | ADC instance |
0,: | no command of conversion stop is on going on ADC group regular. |
Definition at line 6178 of file stm32l4xx_ll_adc.h.
Referenced by LL_ADC_DeInit().
__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 6222 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 6207 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).
ADCx | ADC instance |
Value | between Min_Data=0x00000000 and Max_Data=0xFFFFFFFF |
Definition at line 6192 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 6252 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 6237 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 6131 of file stm32l4xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by HAL_ADC_Start(), HAL_ADC_Start_DMA(), and HAL_ADC_Start_IT().
__STATIC_INLINE void LL_ADC_REG_StopConversion | ( | ADC_TypeDef * | ADCx | ) |
Stop ADC group regular conversion.
ADCx | ADC instance |
None |
Definition at line 6151 of file stm32l4xx_ll_adc.h.
References ADC_CR_BITS_PROPERTY_RS.
Referenced by ADC_ConversionStop(), and LL_ADC_DeInit().