Searched refs:MAX_TEMP (Results 1 – 2 of 2) sorted by relevance
8 #define MAX_TEMP 255 macro
67 #define MAX_TEMP 125 /* max temperature that can be mesured */ macro913 i = i > MAX_TEMP ? MAX_TEMP : i; in int_to_short()