STM32F103xB HAL User Manual
|
Structure definition of ADC multimode. More...
#include <stm32f1xx_hal_adc_ex.h>
Data Fields | |
uint32_t | Mode |
Structure definition of ADC multimode.
Definition at line 116 of file stm32f1xx_hal_adc_ex.h.
uint32_t ADC_MultiModeTypeDef::Mode |
Configures the ADC to operate in independent or multi mode. This parameter can be a value of ADC Extended Dual ADC Mode Note: In dual mode, a change of channel configuration generates a restart that can produce a loss of synchronization. It is recommended to disable dual mode before any configuration change. Note: In case of simultaneous mode used: Exactly the same sampling time should be configured for the 2 channels that will be sampled simultaneously by ACD1 and ADC2. Note: In case of interleaved mode used: To avoid overlap between conversions, maximum sampling time allowed is 7 ADC clock cycles for fast interleaved mode and 14 ADC clock cycles for slow interleaved mode. Note: Some multimode parameters are fixed on STM32F1 and can be configured on other STM32 devices with several ADC (multimode configuration structure can have additional parameters). The equivalences are:
Definition at line 118 of file stm32f1xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().