Searched refs:DecodeByte (Results 1 – 2 of 2) sorted by relevance
305 uint8_t DecodeByte = (Bytes[1] & 0xF7) >> 3; in getInstruction() local308 if (DecodeByte < 0x08) { in getInstruction()
356 uint8_t DecodeByte = (Bytes[1] & 0xF7) >> 3; in getInstruction() local359 if (DecodeByte < 0x08) { in getInstruction()