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

ADC_InjectionConfTypeDef::InjectedChannel field

Selection of ADC channel to configure This parameter can be a value of ADC_channels Note: Depending on devices, some channels may not be available on package pins. Refer to device datasheet for channels availability.

Syntax

uint32_t InjectedChannel;

Examples

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

References

LocationReferrerText
stm32f4xx_hal_adc_ex.h:57
uint32_t InjectedChannel; /*!< Selection of ADC channel to configure
stm32f4xx_hal_adc_ex.c:825HAL_ADCEx_InjectedConfigChannel()
assert_param(IS_ADC_CHANNEL(sConfigInjected->InjectedChannel));
stm32f4xx_hal_adc_ex.c:847HAL_ADCEx_InjectedConfigChannel()
if (sConfigInjected->InjectedChannel > ADC_CHANNEL_9)
stm32f4xx_hal_adc_ex.c:850HAL_ADCEx_InjectedConfigChannel()
stm32f4xx_hal_adc_ex.c:853HAL_ADCEx_InjectedConfigChannel()
stm32f4xx_hal_adc_ex.c:858HAL_ADCEx_InjectedConfigChannel()
stm32f4xx_hal_adc_ex.c:861HAL_ADCEx_InjectedConfigChannel()
stm32f4xx_hal_adc_ex.c:874HAL_ADCEx_InjectedConfigChannel()
stm32f4xx_hal_adc_ex.c:950HAL_ADCEx_InjectedConfigChannel()
if ((hadc->Instance == ADC1) && (sConfigInjected->InjectedChannel == ADC_CHANNEL_VBAT))
stm32f4xx_hal_adc_ex.c:957HAL_ADCEx_InjectedConfigChannel()
if ((hadc->Instance == ADC1) && ((sConfigInjected->InjectedChannel == ADC_CHANNEL_TEMPSENSOR) || (sConfigInjected->InjectedChannel == ADC_CHANNEL_VREFINT)))

Data Use

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