ARMEBS4  revision-26.06.2015
Data Fields
ADC_CommonInitTypeDef Struct Reference

ADC Common Init structure definition. More...

#include "C:/Programs/ARMEBS4/current/doc/eclipse-doc/ext/libheivs_stm32/include/stm32/stm32f4xx_adc.h"

Collaboration diagram for ADC_CommonInitTypeDef:
Collaboration graph

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 78 of file stm32f4xx_adc.h.

Field Documentation

uint32_t ADC_CommonInitTypeDef::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 80 of file stm32f4xx_adc.h.

uint32_t ADC_CommonInitTypeDef::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 83 of file stm32f4xx_adc.h.

uint32_t ADC_CommonInitTypeDef::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 86 of file stm32f4xx_adc.h.

uint32_t ADC_CommonInitTypeDef::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 90 of file stm32f4xx_adc.h.