Searched defs:ReadUint16 (Results 1 – 2 of 2) sorted by relevance
128 inline uint16_t ReadUint16(const uint8_t *aBuffer) { return static_cast<uint16_t>((aBuffer[0] << 8)… in ReadUint16() function278 inline uint16_t ReadUint16(const uint8_t *aBuffer) { return static_cast<uint16_t>(aBuffer[0] | (aBu… in ReadUint16() function
119 otError Decoder::ReadUint16(uint16_t &aUint16) in ReadUint16() function in ot::Spinel::Decoder