Searched defs:LOBYTE (Results 1 – 3 of 3) sorted by relevance
172 #define LOBYTE(w) ((u8)(w)) macro
109 #define LOBYTE(w) ((u8)((w) & 0xFF)) macro
125 #define LOBYTE(w) ((u8)(u16)(w)) macro