Searched defs:IN_RANGE (Results 1 – 3 of 3) sorted by relevance
86 #define IN_RANGE BIT(5) macro
60 IN_RANGE = 2 variable in ProximityState
1694 #define IN_RANGE(value,low,high) ((value >= low) && (value <= high)) macro