STM32H735xx HAL User Manual
|
ADC group regular oversampling structure definition. More...
#include <stm32h7xx_hal_adc.h>
Data Fields | |
uint32_t | Ratio |
uint32_t | RightBitShift |
uint32_t | TriggeredMode |
uint32_t | OversamplingStopReset |
ADC group regular oversampling structure definition.
Definition at line 49 of file stm32h7xx_hal_adc.h.
Selects the regular oversampling mode. The oversampling is either temporary stopped or reset upon an injected sequence interruption. If oversampling is enabled on both regular and injected groups, this parameter is discarded and forced to setting "ADC_REGOVERSAMPLING_RESUMED_MODE" (the oversampling buffer is zeroed during injection sequence). This parameter can be a value of Oversampling - Oversampling scope for ADC group regular
Definition at line 64 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_Init().
uint32_t ADC_OversamplingTypeDef::Ratio |
Configures the oversampling ratio.
Definition at line 51 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_AnalogWDGConfig(), HAL_ADC_ConfigChannel(), HAL_ADC_Init(), and HAL_ADCEx_InjectedConfigChannel().
Configures the division coefficient for the Oversampler. This parameter can be a value of Oversampling - Data shift
Definition at line 58 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_Init().
Selects the regular triggered oversampling mode. This parameter can be a value of Oversampling - Discontinuous mode
Definition at line 61 of file stm32h7xx_hal_adc.h.
Referenced by HAL_ADC_Init().