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

Structure definition of ADC multimode. More...

#include <stm32h7xx_hal_adc_ex.h>

Data Fields

uint32_t Mode
 
uint32_t DualModeData
 
uint32_t TwoSamplingDelay
 

Detailed Description

Structure definition of ADC multimode.

Note
The setting of these parameters by function HAL_ADCEx_MultiModeConfigChannel() is conditioned by ADCs state (both Master and Slave ADCs). Both Master and Slave ADCs must be disabled.

Field Documentation

◆ DualModeData

uint32_t ADC_MultiModeTypeDef::DualModeData

Configures the Dual ADC Mode Data Format: This parameter can be a value of ADC Extended Dual Mode Data Formatting

◆ Mode

uint32_t ADC_MultiModeTypeDef::Mode

Configures the ADC to operate in independent or multimode. This parameter can be a value of Multimode - Mode.

◆ TwoSamplingDelay

uint32_t ADC_MultiModeTypeDef::TwoSamplingDelay

Configures the Delay between 2 sampling phases. This parameter can be a value of Multimode - Delay between two sampling phases. Delay range depends on selected resolution: from 1 to 9 clock cycles for 16 bits, from 1 to 9 clock cycles for 14 bits from 1 to 8 clock cycles for 12 bits from 1 to 6 clock cycles for 10 bits from 1 to 6 clock cycles for 8 bits


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