HAL + 0/4 examples
CodeScope will show references to ADC_InjectionConfTypeDef::ExternalTrigInjecConv 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::ExternalTrigInjecConv

ADC_InjectionConfTypeDef::ExternalTrigInjecConv field

Selects the external event used to trigger the conversion start of injected group. If set to ADC_INJECTED_SOFTWARE_START, external triggers are disabled. If set to external trigger source, triggering is on event rising edge. This parameter can be a value of ADCEx_External_trigger_Source_Injected Note: This parameter must be modified when ADC is disabled (before ADC start conversion or after ADC stop conversion). If ADC is enabled, this parameter setting is bypassed without error reporting (as it can be the expected behaviour in case of another parameter update on the fly) 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

uint32_t ExternalTrigInjecConv;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_adc_ex.h:96
uint32_t ExternalTrigInjecConv; /*!< Selects the external event used to trigger the conversion start of injected group.
stm32f4xx_hal_adc_ex.c:828HAL_ADCEx_InjectedConfigChannel()
assert_param(IS_ADC_EXT_INJEC_TRIG(sConfigInjected->ExternalTrigInjecConv));
stm32f4xx_hal_adc_ex.c:838HAL_ADCEx_InjectedConfigChannel()
if (sConfigInjected->ExternalTrigInjecConv != ADC_INJECTED_SOFTWARE_START)
stm32f4xx_hal_adc_ex.c:881HAL_ADCEx_InjectedConfigChannel()
if (sConfigInjected->ExternalTrigInjecConv != ADC_INJECTED_SOFTWARE_START)
stm32f4xx_hal_adc_ex.c:885HAL_ADCEx_InjectedConfigChannel()
hadc->Instance->CR2 |= sConfigInjected->ExternalTrigInjecConv;

Data Use

Functions reading ADC_InjectionConfTypeDef::ExternalTrigInjecConv
ADC_InjectionConfTypeDef::ExternalTrigInjecConv
all items filtered out
Type of ADC_InjectionConfTypeDef::ExternalTrigInjecConv
ADC_InjectionConfTypeDef::ExternalTrigInjecConv
uint32_t
all items filtered out