Searched refs:IS_ADC2_DIFF_CHANNEL (Results 1 – 6 of 6) sorted by relevance
804 #define IS_ADC2_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
988 #define IS_ADC2_DIFF_CHANNEL(__CHANNEL__) (((__CHANNEL__) == ADC_CHANNEL_1) || \ macro
1785 assert_param(IS_ADC2_DIFF_CHANNEL(pConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
2728 assert_param(IS_ADC2_DIFF_CHANNEL(pConfig->Channel)); in HAL_ADC_ConfigChannel()
1908 assert_param(IS_ADC2_DIFF_CHANNEL(sConfigInjected->InjectedChannel)); in HAL_ADCEx_InjectedConfigChannel()
2870 assert_param(IS_ADC2_DIFF_CHANNEL(sConfig->Channel)); in HAL_ADC_ConfigChannel()