CARME-M4 BSP  V1.5
ADC_CommonInitTypeDef Struct Reference

ADC Common Init structure definition. More...

#include <stm32f4xx_adc.h>

Data Fields

uint32_t ADC_Mode
 
uint32_t ADC_Prescaler
 
uint32_t ADC_DMAAccessMode
 
uint32_t ADC_TwoSamplingDelay
 

Detailed Description

ADC Common Init structure definition.

Definition at line 84 of file stm32f4xx_adc.h.

Field Documentation

uint32_t ADC_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 92 of file stm32f4xx_adc.h.

uint32_t ADC_Mode

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

Definition at line 86 of file stm32f4xx_adc.h.

uint32_t ADC_Prescaler

Select the frequency of the clock to the ADC. The clock is common for all the ADCs. This parameter can be a value of ADC_Prescaler

Definition at line 89 of file stm32f4xx_adc.h.

uint32_t ADC_TwoSamplingDelay

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

Definition at line 96 of file stm32f4xx_adc.h.


The documentation for this struct was generated from the following file: