STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
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.

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

uint32_t ADC_Mode
                      Configures the ADC to operate in 

independent or multi mode. This parameter can be a value of ADC_Common_mode

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

uint32_t ADC_TwoSamplingDelay
          Configures the Delay between 2 sampling phases.

This parameter can be a value of ADC_delay_between_2_sampling_phases


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