STM32H735xx HAL User Manual
Defines
Oversampling - Ratio
ADC Exported Constants

Defines

#define LL_ADC_OVS_RATIO_2   (0x00000000UL)
#define LL_ADC_OVS_RATIO_4   ( ADC3_CFGR2_OVSR_0)
#define LL_ADC_OVS_RATIO_8   ( ADC3_CFGR2_OVSR_1 )
#define LL_ADC_OVS_RATIO_16   ( ADC3_CFGR2_OVSR_1 | ADC3_CFGR2_OVSR_0)
#define LL_ADC_OVS_RATIO_32   (ADC3_CFGR2_OVSR_2 )
#define LL_ADC_OVS_RATIO_64   (ADC3_CFGR2_OVSR_2 | ADC3_CFGR2_OVSR_0)
#define LL_ADC_OVS_RATIO_128   (ADC3_CFGR2_OVSR_2 | ADC3_CFGR2_OVSR_1 )
#define LL_ADC_OVS_RATIO_256   (ADC3_CFGR2_OVSR_2 | ADC3_CFGR2_OVSR_1 | ADC3_CFGR2_OVSR_0)

Define Documentation

#define LL_ADC_OVS_RATIO_128   (ADC3_CFGR2_OVSR_2 | ADC3_CFGR2_OVSR_1 )

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 1408 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_16   ( ADC3_CFGR2_OVSR_1 | ADC3_CFGR2_OVSR_0)

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 1405 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_2   (0x00000000UL)

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 1402 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_256   (ADC3_CFGR2_OVSR_2 | ADC3_CFGR2_OVSR_1 | ADC3_CFGR2_OVSR_0)

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 1409 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_32   (ADC3_CFGR2_OVSR_2 )

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 1406 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_4   ( ADC3_CFGR2_OVSR_0)

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 1403 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_64   (ADC3_CFGR2_OVSR_2 | ADC3_CFGR2_OVSR_0)

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 1407 of file stm32h7xx_ll_adc.h.

#define LL_ADC_OVS_RATIO_8   ( ADC3_CFGR2_OVSR_1 )

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 1404 of file stm32h7xx_ll_adc.h.