HAL + 0/8 examples
CodeScope will show references to ADC_MultiModeTypeDef from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Examples
ADC
STM324xG_EVAL
Examples
ADC
 
Symbols
loading...
Files
loading...

ADC_MultiModeTypeDef struct

ADC Configuration multi-mode structure definition

Syntax

typedef struct {   uint32_t Mode;                 uint32_t DMAAccessMode;        uint32_t TwoSamplingDelay;   } ADC_MultiModeTypeDef;

Fields

Mode

Configures the ADC to operate in independent or multi mode. This parameter can be a value of ADCEx_Common_mode. Read more...

DMAAccessMode

Configures the Direct memory access mode for multi ADC mode. This parameter can be a value of ADCEx_Direct_memory_access_mode_for_multi_mode. Read more...

TwoSamplingDelay

Configures the Delay between 2 sampling phases. This parameter can be a value of ADC_delay_between_2_sampling_phases. Read more...

Examples

ADC_MultiModeTypeDef is referenced by 8 libraries and example projects.