STM32H735xx HAL User Manual
|
ADC Injected Conversion Oversampling structure definition. More...
#include <stm32h7xx_hal_adc_ex.h>
Data Fields | |
uint32_t | Ratio |
uint32_t | RightBitShift |
ADC Injected Conversion Oversampling structure definition.
Definition at line 46 of file stm32h7xx_hal_adc_ex.h.
uint32_t ADC_InjOversamplingTypeDef::Ratio |
Configures the oversampling ratio.
Definition at line 48 of file stm32h7xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().
Configures the division coefficient for the Oversampler. This parameter can be a value of Oversampling - Data shift
Definition at line 55 of file stm32h7xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().