Searched defs:IS_A_SW_ID (Results 1 – 2 of 2) sorted by relevance
56 #define IS_A_SW_ID(x) ((IFR_SW_ID_MIN<x) && (IFR_SW_ID_MAX>=x)) macro
56 #define IS_A_SW_ID(x) ((IFR_SW_ID_MIN < (x)) && (IFR_SW_ID_MAX >= (x))) macro