Searched refs:highByte (Results 1 – 1 of 1) sorted by relevance
56 uint16_t highByte = *(iterator + 1); in readUInt16LE() local57 lowByte |= (highByte << 8); in readUInt16LE()