STM32L486xx HAL User Manual
Data Fields
ADC_OversamplingTypeDef Struct Reference

ADC group regular oversampling structure definition. More...

#include <stm32l4xx_hal_adc.h>

Data Fields

uint32_t Ratio
uint32_t RightBitShift
uint32_t TriggeredMode
uint32_t OversamplingStopReset

Detailed Description

ADC group regular oversampling structure definition.

Definition at line 66 of file stm32l4xx_hal_adc.h.


Field Documentation

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 77 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_Init().

Configures the oversampling ratio. This parameter can be a value of Oversampling - Ratio

Definition at line 68 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_Init().

Configures the division coefficient for the Oversampler. This parameter can be a value of Oversampling - Data shift

Definition at line 71 of file stm32l4xx_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 74 of file stm32l4xx_hal_adc.h.

Referenced by HAL_ADC_Init().


The documentation for this struct was generated from the following file: