Searched defs:IS_ADC_RANK (Results 1 – 3 of 3) sorted by relevance
867 #define IS_ADC_RANK(WATCHDOG) (((WATCHDOG) == ADC_RANK_CHANNEL_NUMBER) || \ macro
958 #define IS_ADC_RANK(WATCHDOG) (((WATCHDOG) == ADC_RANK_CHANNEL_NUMBER) || \ macro
991 #define IS_ADC_RANK(__RANK__) (((__RANK__) == ADC_RANK_1 ) || \ macro