Searched defs:LOBYTE (Results 1 – 2 of 2) sorted by relevance
67 #define LOBYTE(word) ((u8)(((u16)(word)) & 0x00FFU)) macro
44 #define LOBYTE(x) ((x) & 0xff) macro