Searched defs:LOWER_8_BITS (Results 1 – 2 of 2) sorted by relevance
13 #define LOWER_8_BITS(data) ((data) & 0xFF) macro