HAL + 0/1 examples
CodeScope will show references to ADC_CHANNEL_9 from the following samples and libraries:
Drivers
Boards
 
Symbols
loading...
Files
loading...

ADC_CHANNEL_9 macro

Syntax

#define ADC_CHANNEL_9 ((uint32_t)(ADC_CR1_AWDCH_3 | ADC_CR1_AWDCH_0))

Examples

ADC_CHANNEL_9 is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_hal_adc.h:372
#define ADC_CHANNEL_9 ((uint32_t)(ADC_CR1_AWDCH_3 | ADC_CR1_AWDCH_0))
stm32f4xx_hal_adc.c:1683
if (sConfig->Channel > ADC_CHANNEL_9)
stm32f4xx_hal_adc_ex.c:847
if (sConfigInjected->InjectedChannel > ADC_CHANNEL_9)