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

ADC_InjectionConfTypeDef::InjectedNbrOfConversion field

Specifies the number of ranks that will be converted within the injected group sequencer. To use the injected group sequencer and convert several ranks, parameter 'ScanConvMode' must be enabled. This parameter must be a number between Min_Data = 1 and Max_Data = 4. 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 InjectedNbrOfConversion;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_adc_ex.h:76
uint32_t InjectedNbrOfConversion; /*!< Specifies the number of ranks that will be converted within the injected group sequencer.
stm32f4xx_hal_adc_ex.c:829HAL_ADCEx_InjectedConfigChannel()
assert_param(IS_ADC_INJECTED_LENGTH(sConfigInjected->InjectedNbrOfConversion));
stm32f4xx_hal_adc_ex.c:866HAL_ADCEx_InjectedConfigChannel()
hadc->Instance->JSQR |= ADC_SQR1(sConfigInjected->InjectedNbrOfConversion);
stm32f4xx_hal_adc_ex.c:871HAL_ADCEx_InjectedConfigChannel()
stm32f4xx_hal_adc_ex.c:874HAL_ADCEx_InjectedConfigChannel()

Data Use

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