Searched refs:IS_ADC_RANK (Results 1 – 2 of 2) sorted by relevance
929 #define IS_ADC_RANK(WATCHDOG) (((WATCHDOG) == ADC_RANK_CHANNEL_NUMBER) || \ macro
1642 assert_param(IS_ADC_RANK(sConfig->Rank)); in HAL_ADC_ConfigChannel()