STM32H735xx HAL User Manual
Defines
Oversampling - Ratio
ADC Exported Constants

Defines

#define ADC3_OVERSAMPLING_RATIO_2   (LL_ADC_OVS_RATIO_2)
#define ADC3_OVERSAMPLING_RATIO_4   (LL_ADC_OVS_RATIO_4)
#define ADC3_OVERSAMPLING_RATIO_8   (LL_ADC_OVS_RATIO_8)
#define ADC3_OVERSAMPLING_RATIO_16   (LL_ADC_OVS_RATIO_16)
#define ADC3_OVERSAMPLING_RATIO_32   (LL_ADC_OVS_RATIO_32)
#define ADC3_OVERSAMPLING_RATIO_64   (LL_ADC_OVS_RATIO_64)
#define ADC3_OVERSAMPLING_RATIO_128   (LL_ADC_OVS_RATIO_128)
#define ADC3_OVERSAMPLING_RATIO_256   (LL_ADC_OVS_RATIO_256)
#define ADC3_OVERSAMPLING_RATIO_512   (LL_ADC_OVS_RATIO_512)
#define ADC3_OVERSAMPLING_RATIO_1024   (LL_ADC_OVS_RATIO_1024)

Define Documentation

#define ADC3_OVERSAMPLING_RATIO_1024   (LL_ADC_OVS_RATIO_1024)

ADC oversampling ratio of 256 (256 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 797 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 128 (128 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 794 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 16 (16 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 791 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 2 (2 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 788 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 256 (256 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 795 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 32 (32 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 792 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 4 (4 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 789 of file stm32h7xx_hal_adc.h.

#define ADC3_OVERSAMPLING_RATIO_512   (LL_ADC_OVS_RATIO_512)

ADC oversampling ratio of 256 (256 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 796 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 64 (64 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 793 of file stm32h7xx_hal_adc.h.

ADC oversampling ratio of 8 (8 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift). Applicable for ADC3 on devices STM32H72xx and STM32H73xx

Definition at line 790 of file stm32h7xx_hal_adc.h.