Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_adc_ex.h1001 #define IS_ADC12_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c2049 assert_param(IS_ADC12_DIFF_CHANNEL(pConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
Dstm32u5xx_hal_adc.c3335 assert_param(IS_ADC12_DIFF_CHANNEL(pConfig->Channel)); in HAL_ADC_ConfigChannel()