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