STM32H735xx HAL User Manual
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.

Definition at line 203 of file stm32h7xx_hal_adc_ex.h.


Field Documentation

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

Definition at line 208 of file stm32h7xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_MultiModeConfigChannel().

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

Definition at line 205 of file stm32h7xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_MultiModeConfigChannel().

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

Definition at line 211 of file stm32h7xx_hal_adc_ex.h.

Referenced by HAL_ADCEx_MultiModeConfigChannel().


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