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