STM32F479xx HAL User Manual
|
ADC Configuration multi-mode structure definition. More...
#include <stm32f4xx_hal_adc_ex.h>
Data Fields | |
uint32_t | Mode |
uint32_t | DMAAccessMode |
uint32_t | TwoSamplingDelay |
ADC Configuration multi-mode structure definition.
Definition at line 115 of file stm32f4xx_hal_adc_ex.h.
uint32_t ADC_MultiModeTypeDef::DMAAccessMode |
Configures the Direct memory access mode for multi ADC mode. This parameter can be a value of ADC Direct Memory Access Mode For Multi Mode
Definition at line 119 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().
uint32_t ADC_MultiModeTypeDef::Mode |
Configures the ADC to operate in independent or multi mode. This parameter can be a value of ADC Common Mode
Definition at line 117 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().
Configures the Delay between 2 sampling phases. This parameter can be a value of ADC Delay Between 2 Sampling Phases
Definition at line 121 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().