STM32L486xx HAL User Manual
Defines
Oversampling - Ratio
ADC Exported Constants

Defines

#define ADC_OVERSAMPLING_RATIO_2   (LL_ADC_OVS_RATIO_2)
#define ADC_OVERSAMPLING_RATIO_4   (LL_ADC_OVS_RATIO_4)
#define ADC_OVERSAMPLING_RATIO_8   (LL_ADC_OVS_RATIO_8)
#define ADC_OVERSAMPLING_RATIO_16   (LL_ADC_OVS_RATIO_16)
#define ADC_OVERSAMPLING_RATIO_32   (LL_ADC_OVS_RATIO_32)
#define ADC_OVERSAMPLING_RATIO_64   (LL_ADC_OVS_RATIO_64)
#define ADC_OVERSAMPLING_RATIO_128   (LL_ADC_OVS_RATIO_128)
#define ADC_OVERSAMPLING_RATIO_256   (LL_ADC_OVS_RATIO_256)

Define Documentation

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)

Definition at line 670 of file stm32l4xx_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)

Definition at line 667 of file stm32l4xx_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)

Definition at line 664 of file stm32l4xx_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)

Definition at line 671 of file stm32l4xx_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)

Definition at line 668 of file stm32l4xx_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)

Definition at line 665 of file stm32l4xx_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)

Definition at line 669 of file stm32l4xx_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)

Definition at line 666 of file stm32l4xx_hal_adc.h.