Home
last modified time | relevance | path

Searched refs:Lib (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspi_frame.hpp192 Lib::Utils::LittleEndian::WriteUint16(aAcceptLen, mBuffer + kIndexAcceptLen); in SetHeaderAcceptLen()
200 …uint16_t GetHeaderAcceptLen(void) const { return Lib::Utils::LittleEndian::ReadUint16(mBuffer + kI… in GetHeaderAcceptLen()
211 Lib::Utils::LittleEndian::WriteUint16(aDataLen, mBuffer + kIndexDataLen); in SetHeaderDataLen()
219 …uint16_t GetHeaderDataLen(void) const { return Lib::Utils::LittleEndian::ReadUint16(mBuffer + kInd… in GetHeaderDataLen()
Dmulti_frame_buffer.hpp251Lib::Utils::LittleEndian::WriteUint16(aSkipLength, mWriteFrameStart + kHeaderSkipLengthOffset); in SetSkipLength()
267 return Lib::Utils::LittleEndian::ReadUint16(mWriteFrameStart + kHeaderSkipLengthOffset); in GetSkipLength()
304 Lib::Utils::LittleEndian::WriteUint16(GetSkipLength() + GetLength(), in SaveFrame()
355 … uint16_t totalLength = Lib::Utils::LittleEndian::ReadUint16(aFrame + kHeaderTotalLengthOffset); in GetNextSavedFrame()
356 … uint16_t skipLength = Lib::Utils::LittleEndian::ReadUint16(aFrame + kHeaderSkipLengthOffset); in GetNextSavedFrame()
Dlogger.cpp48 using Lib::Utils::Min;
49 using Lib::Utils::ToUlong;
Dspinel_driver.cpp251 LogDebg("Waiting response: key=%lu", Lib::Utils::ToUlong(mWaitingKey)); in WaitResponse()
/openthread-latest/src/lib/utils/
Dendian.hpp40 namespace Lib { namespace
Dmath.hpp38 namespace Lib { namespace
/openthread-latest/src/lib/
DCMakeLists.txt31 set(OT_LIB_CONFIG "" CACHE STRING "Lib project-specific config header file")
/openthread-latest/src/posix/platform/
Drcp_caps_diag.cpp737 echoPayloadLength = Lib::Utils::Min<uint16_t>(kEchoPayloadLength, echoPayloadLength); in ProcessSpinelSpeed()