Home
last modified time | relevance | path

Searched defs:ReadUint8 (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dframe_data.cpp41 Error FrameData::ReadUint8(uint8_t &aUint8) { return ReadBytes(&aUint8, sizeof(uint8_t)); } in ReadUint8() function in ot::FrameData
/openthread-latest/src/lib/spinel/
Dspinel_decoder.cpp95 otError Decoder::ReadUint8(uint8_t &aUint8) in ReadUint8() function in ot::Spinel::Decoder