Analog-to-digital converter (ADC)
ï€ Enable/disable automatic injected group conversion after regular group
conversion. This parameter can be set to ENABLE or DISABLE.
ï‚· 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.
3.1.4 ADC_InjectedInitTypeDef
ADC_InjectedInitTypeDef is defined in the stm32f30x_adc.h
Data Fields
ï‚· uint32_t ADC_ExternalTrigInjecConvEvent
ï‚· uint32_t ADC_ExternalTrigInjecEventEdge
ï‚· uint8_t ADC_NbrOfInjecChannel
ï‚· uint32_t ADC_InjecSequence1
ï‚· uint32_t ADC_InjecSequence2
ï‚· uint32_t ADC_InjecSequence3
ï‚· uint32_t ADC_InjecSequence4
Field Documentation
ï‚· uint32_t ADC_InjectedInitTypeDef::ADC_ExternalTrigInjecConvEvent
ï€ Defines the external trigger used to start the analog to digital conversion of
injected channels. This parameter can be a value of
ADC_external_trigger_sources_for_Injected_channels_conversion
ï‚· uint32_t ADC_InjectedInitTypeDef::ADC_ExternalTrigInjecEventEdge
ï€ Select the external trigger edge and enable the trigger of an injected group. This
parameter can be a value of
ADC_external_trigger_edge_for_Injected_channels_conversion
ï‚· uint8_t ADC_InjectedInitTypeDef::ADC_NbrOfInjecChannel
ï€ Specifies the number of ADC channels that will be converted using the
sequencer for injected channel group. This parameter must range from 1 to 4.
ï‚· uint32_t ADC_InjectedInitTypeDef::ADC_InjecSequence1
ï‚· uint32_t ADC_InjectedInitTypeDef::ADC_InjecSequence2
ï‚· uint32_t ADC_InjectedInitTypeDef::ADC_InjecSequence3
ï‚· uint32_t ADC_InjectedInitTypeDef::ADC_InjecSequence4
3.1.5 ADC_TypeDef
ADC_TypeDef is defined in the stm32f30x.h
Data Fields
ï‚· __IO uint32_t ISR
ï‚· __IO uint32_t IER
ï‚· __IO uint32_t CR
ï‚· __IO uint32_t CFGR
ï‚· uint32_t RESERVED0