HAL + 0/4 examples
CodeScope will show references to ADC_InjectionConfTypeDef::AutoInjectedConv from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
ADC
STM32469I_EVAL
Examples
ADC
STM324x9I_EVAL
Examples
ADC
STM324xG_EVAL
Examples
ADC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALADC_InjectionConfTypeDef::AutoInjectedConv

ADC_InjectionConfTypeDef::AutoInjectedConv field

Enables or disables the selected ADC automatic injected group conversion after regular one This parameter can be set to ENABLE or DISABLE. Note: To use Automatic injected conversion, discontinuous mode must be disabled ('DiscontinuousConvMode' and 'InjectedDiscontinuousConvMode' set to DISABLE) Note: To use Automatic injected conversion, injected group external triggers must be disabled ('ExternalTrigInjecConv' set to ADC_SOFTWARE_START) Note: In case of DMA used with regular group: if DMA configured in normal mode (single shot) JAUTO will be stopped upon DMA transfer complete. To maintain JAUTO always enabled, DMA must be configured in circular mode. Caution: this setting impacts the entire injected group. Therefore, call of HAL_ADCEx_InjectedConfigChannel() to configure a channel on injected group can impact the configuration of other channels previously set.

Syntax

Examples

ADC_InjectionConfTypeDef::AutoInjectedConv is referenced by 4 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_adc_ex.h:88
FunctionalState AutoInjectedConv; /*!< Enables or disables the selected ADC automatic injected group conversion after regular one
stm32f4xx_hal_adc_ex.c:830HAL_ADCEx_InjectedConfigChannel()
assert_param(IS_FUNCTIONAL_STATE(sConfigInjected->AutoInjectedConv));
stm32f4xx_hal_adc_ex.c:898HAL_ADCEx_InjectedConfigChannel()
if (sConfigInjected->AutoInjectedConv != DISABLE)

Data Use

Functions reading ADC_InjectionConfTypeDef::AutoInjectedConv
ADC_InjectionConfTypeDef::AutoInjectedConv
all items filtered out
Type of ADC_InjectionConfTypeDef::AutoInjectedConv
ADC_InjectionConfTypeDef::AutoInjectedConv
all items filtered out