ADC Init structure definition. More...
#include <stm32f4xx_adc.h>
Public Attributes | |
uint32_t | ADC_AutoInjMode |
uint32_t | ADC_ContinuousConvMode |
FunctionalState | ADC_ContinuousConvMode |
uint32_t | ADC_DataAlign |
uint32_t | ADC_ExternalTrigConv |
uint32_t | ADC_ExternalTrigConvEdge |
uint32_t | ADC_ExternalTrigConvEvent |
uint32_t | ADC_ExternalTrigEventEdge |
uint32_t | ADC_Mode |
uint8_t | ADC_NbrOfChannel |
uint8_t | ADC_NbrOfConversion |
uint8_t | ADC_NbrOfRegChannel |
uint32_t | ADC_OverrunMode |
uint32_t | ADC_Resolution |
FunctionalState | ADC_ScanConvMode |
ADC Init structure definition.
Definition at line 53 of file stm32f4xx_adc.h.
uint32_t ADC_InitTypeDef::ADC_AutoInjMode |
Enable/disable automatic injected group conversion after regular group conversion. This parameter can be set to ENABLE or DISABLE.
Definition at line 71 of file stm32f30x_adc.h.
uint32_t ADC_InitTypeDef::ADC_ContinuousConvMode |
Specifies whether the conversion is performed in Continuous or Single mode. This parameter can be set to ENABLE or DISABLE.
Definition at line 56 of file stm32f30x_adc.h.
FunctionalState ADC_InitTypeDef::ADC_ContinuousConvMode |
Specifies whether the conversion is performed in Continuous or Single mode. This parameter can be set to ENABLE or DISABLE.
Definition at line 61 of file stm32f4xx_adc.h.
uint32_t ADC_InitTypeDef::ADC_DataAlign |
Specifies whether the ADC data alignment is left or right. This parameter can be a value of ADC_data_align
Definition at line 72 of file stm32f4xx_adc.h.
uint32_t ADC_InitTypeDef::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
Defines the external trigger used to start the analog to digital conversion of regular channels. This parameter can be a value of ADC_external_trigger_sources_for_regular_channels_conversion
Definition at line 68 of file stm32f4xx_adc.h.
uint32_t ADC_InitTypeDef::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.
uint32_t ADC_InitTypeDef::ADC_ExternalTrigConvEvent |
Defines the external trigger used to start the analog to digital conversion of regular channels. This parameter can be a value of ADC_external_trigger_sources_for_regular_channels_conversion
Definition at line 61 of file stm32f30x_adc.h.
uint32_t ADC_InitTypeDef::ADC_ExternalTrigEventEdge |
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 stm32f30x_adc.h.
uint32_t ADC_InitTypeDef::ADC_Mode |
Configures the ADC to operate in independent or dual mode. This parameter can be a value of ADC_mode
Definition at line 52 of file stm32f10x_adc.h.
uint8_t ADC_InitTypeDef::ADC_NbrOfChannel |
Specifies the number of ADC channels that will be converted using the sequencer for regular channel group. This parameter must range from 1 to 16.
Definition at line 71 of file stm32f10x_adc.h.
uint8_t ADC_InitTypeDef::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.
Definition at line 75 of file stm32f4xx_adc.h.
uint8_t ADC_InitTypeDef::ADC_NbrOfRegChannel |
Specifies the number of ADC channels that will be converted using the sequencer for regular channel group. This parameter must range from 1 to 16.
Definition at line 74 of file stm32f30x_adc.h.
uint32_t ADC_InitTypeDef::ADC_OverrunMode |
Specifies the way data overrun are managed. This parameter can be set to ENABLE or DISABLE.
Definition at line 69 of file stm32f30x_adc.h.
uint32_t ADC_InitTypeDef::ADC_Resolution |
Configures the ADC resolution dual mode. This parameter can be a value of ADC_resolution
Configures the ADC resolution. This parameter can be a value of ADC_resolution
Definition at line 55 of file stm32f4xx_adc.h.
FunctionalState ADC_InitTypeDef::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
Definition at line 57 of file stm32f4xx_adc.h.