RTEMS 6.1-rc7
Loading...
Searching...
No Matches
Data Fields
ADC_OversamplingTypeDef Struct Reference

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
 

Detailed Description

ADC group regular oversampling structure definition.

Field Documentation

◆ OversamplingStopReset

uint32_t ADC_OversamplingTypeDef::OversamplingStopReset

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

◆ Ratio

uint32_t ADC_OversamplingTypeDef::Ratio

Configures the oversampling ratio.

◆ RightBitShift

uint32_t ADC_OversamplingTypeDef::RightBitShift

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

◆ TriggeredMode

uint32_t ADC_OversamplingTypeDef::TriggeredMode

Selects the regular triggered oversampling mode. This parameter can be a value of Oversampling - Discontinuous mode


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