ADC Common Init structure definition. More...
#include <stm32f4xx_adc.h>
Public Attributes | |
uint32_t | ADC_Clock |
uint32_t | ADC_DMAAccessMode |
uint32_t | ADC_DMAMode |
uint32_t | ADC_Mode |
uint32_t | ADC_Prescaler |
uint32_t | ADC_TwoSamplingDelay |
uint8_t | ADC_TwoSamplingDelay |
ADC Common Init structure definition.
Definition at line 84 of file stm32f4xx_adc.h.
uint32_t ADC_CommonInitTypeDef::ADC_Clock |
Select the clock of the ADC. The clock is common for both master and slave ADCs. This parameter can be a value of ADC_Clock
Definition at line 111 of file stm32f30x_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 92 of file stm32f4xx_adc.h.
uint32_t ADC_CommonInitTypeDef::ADC_DMAMode |
Configures the DMA mode for ADC. This parameter can be a value of ADC_DMA_Mode_definition
Definition at line 117 of file stm32f30x_adc.h.
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
Configures the ADC to operate in independent or multi mode. This parameter can be a value of ADC_mode
Definition at line 86 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 89 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 96 of file stm32f4xx_adc.h.
uint8_t ADC_CommonInitTypeDef::ADC_TwoSamplingDelay |
Configures the Delay between 2 sampling phases. This parameter can be a value between 0x0 and 0xF
Definition at line 119 of file stm32f30x_adc.h.