Searched defs:IS_ADC_REGULAR_RANK (Results 1 – 2 of 2) sorted by relevance
772 #define IS_ADC_REGULAR_RANK(RANK) (((RANK) >= 1U) && ((RANK) <= (16U))) macro
983 #define IS_ADC_REGULAR_RANK(__CHANNEL__) (((__CHANNEL__) == ADC_REGULAR_RANK_1 ) || \ macro