STM32F103xB HAL User Manual
|
Structure definition of some features of ADC common parameters and multimode (all ADC instances belonging to the same ADC common instance). More...
#include <stm32f1xx_ll_adc.h>
Data Fields | |
uint32_t | Multimode |
Structure definition of some features of ADC common parameters and multimode (all ADC instances belonging to the same ADC common instance).
Definition at line 252 of file stm32f1xx_ll_adc.h.
uint32_t LL_ADC_CommonInitTypeDef::Multimode |
Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances). This parameter can be a value of Multimode - Mode
This feature can be modified afterwards using unitary function LL_ADC_SetMultimode().
Definition at line 254 of file stm32f1xx_ll_adc.h.
Referenced by LL_ADC_CommonInit(), and LL_ADC_CommonStructInit().