Home
last modified time | relevance | path

Searched refs:IS_ADC3_DIFF_CHANNEL (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_adc_ex.h995 #define IS_ADC3_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c1875 assert_param(IS_ADC3_DIFF_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32h7xx_hal_adc.c2876 assert_param(IS_ADC3_DIFF_CHANNEL(sConfig->Channel)); in HAL_ADC_ConfigChannel()