Searched defs:loByte (Results 1 – 1 of 1) sorted by relevance
128 #define BUILD_U16(loByte, hiByte) ((uint16_t)(((loByte) & 0x00FF) + (((hiByte) & 0x00FF) << 8))) argument133 #define BUILD_U8(hiByte, loByte) ((uint8_t)(((loByte) & 0x0F) + (((hiByte) & 0x0F) << 4))) argument