STM32F103xB HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_REG_StartConversionSWStart (ADC_TypeDef *ADCx) |
Start ADC group regular conversion. | |
__STATIC_INLINE void | LL_ADC_REG_StartConversionExtTrig (ADC_TypeDef *ADCx, uint32_t ExternalTriggerEdge) |
Start ADC group regular conversion from external trigger. | |
__STATIC_INLINE void | LL_ADC_REG_StopConversionExtTrig (ADC_TypeDef *ADCx) |
Stop ADC group regular conversion from external trigger. | |
__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 uint32_t | LL_ADC_REG_ReadMultiConversionData32 (ADC_TypeDef *ADCx, uint32_t ConversionData) |
Get ADC multimode conversion data of ADC master, ADC slave or raw data with ADC master and slave concatenated. |
__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 3393 of file stm32f1xx_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 3378 of file stm32f1xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_REG_ReadMultiConversionData32 | ( | ADC_TypeDef * | ADCx, |
uint32_t | ConversionData | ||
) |
Get ADC multimode conversion data of ADC master, ADC slave or raw data with ADC master and slave concatenated.
ADCx | ADC 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 3420 of file stm32f1xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_REG_StartConversionExtTrig | ( | ADC_TypeDef * | ADCx, |
uint32_t | ExternalTriggerEdge | ||
) |
Start ADC group regular conversion from external trigger.
ExternalTriggerEdge | This parameter can be one of the following values: |
ADCx | ADC instance |
None |
Definition at line 3346 of file stm32f1xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_REG_StartConversionSWStart | ( | ADC_TypeDef * | ADCx | ) |
Start ADC group regular conversion.
ADCx | ADC instance |
None |
Definition at line 3327 of file stm32f1xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_REG_StopConversionExtTrig | ( | ADC_TypeDef * | ADCx | ) |
Stop ADC group regular conversion from external trigger.
ADCx | ADC instance |
None |
Definition at line 3364 of file stm32f1xx_ll_adc.h.