CARME-M4 BSP  V1.5
ADC_InitTypeDef Struct Reference

ADC Init structure definition. More...

#include <stm32f4xx_adc.h>

Data Fields

uint32_t ADC_Resolution
 
FunctionalState ADC_ScanConvMode
 
FunctionalState ADC_ContinuousConvMode
 
uint32_t ADC_ExternalTrigConvEdge
 
uint32_t ADC_ExternalTrigConv
 
uint32_t ADC_DataAlign
 
uint8_t ADC_NbrOfConversion
 

Detailed Description

ADC Init structure definition.

Examples:
dma.c.

Definition at line 53 of file stm32f4xx_adc.h.

Field Documentation

FunctionalState ADC_ContinuousConvMode

Specifies whether the conversion is performed in Continuous or Single mode. This parameter can be set to ENABLE or DISABLE.

Examples:
dma.c.

Definition at line 61 of file stm32f4xx_adc.h.

uint32_t ADC_DataAlign

Specifies whether the ADC data alignment is left or right. This parameter can be a value of ADC_data_align

Examples:
dma.c.

Definition at line 72 of file stm32f4xx_adc.h.

uint32_t ADC_ExternalTrigConv

Select the external event used to trigger the start of conversion of a regular group. This parameter can be a value of ADC_extrenal_trigger_sources_for_regular_channels_conversion

Examples:
dma.c.

Definition at line 68 of file stm32f4xx_adc.h.

uint32_t ADC_ExternalTrigConvEdge

Select the external trigger edge and enable the trigger of a regular group. This parameter can be a value of ADC_external_trigger_edge_for_regular_channels_conversion

Definition at line 64 of file stm32f4xx_adc.h.

uint8_t ADC_NbrOfConversion

Specifies the number of ADC conversions that will be done using the sequencer for regular channel group. This parameter must range from 1 to 16.

Examples:
dma.c.

Definition at line 75 of file stm32f4xx_adc.h.

uint32_t ADC_Resolution

Configures the ADC resolution dual mode. This parameter can be a value of ADC_resolution

Examples:
dma.c.

Definition at line 55 of file stm32f4xx_adc.h.

FunctionalState ADC_ScanConvMode

Specifies whether the conversion is performed in Scan (multichannels) or Single (one channel) mode. This parameter can be set to ENABLE or DISABLE

Examples:
dma.c.

Definition at line 57 of file stm32f4xx_adc.h.


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