STM32L443xx HAL User Manual
|
ADC Injected Conversion Oversampling structure definition. More...
#include <stm32l4xx_hal_adc_ex.h>
Data Fields | |
uint32_t | Ratio |
uint32_t | RightBitShift |
ADC Injected Conversion Oversampling structure definition.
Definition at line 46 of file stm32l4xx_hal_adc_ex.h.
uint32_t ADC_InjOversamplingTypeDef::Ratio |
Configures the oversampling ratio. This parameter can be a value of Oversampling - Ratio
Definition at line 48 of file stm32l4xx_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 51 of file stm32l4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().