Searched defs:ReadUint8 (Results 1 – 2 of 2) sorted by relevance
41 Error FrameData::ReadUint8(uint8_t &aUint8) { return ReadBytes(&aUint8, sizeof(uint8_t)); } in ReadUint8() function in ot::FrameData
95 otError Decoder::ReadUint8(uint8_t &aUint8) in ReadUint8() function in ot::Spinel::Decoder