STM32H735xx HAL User Manual
|
Structure definition of ADC multimode. More...
#include <stm32h7xx_hal_adc_ex.h>
Data Fields | |
uint32_t | Mode |
uint32_t | DualModeData |
uint32_t | TwoSamplingDelay |
Structure definition of ADC multimode.
Definition at line 203 of file stm32h7xx_hal_adc_ex.h.
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
Definition at line 208 of file stm32h7xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().
uint32_t ADC_MultiModeTypeDef::Mode |
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().