Home
last modified time | relevance | path

Searched refs:aSkipLength (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/lib/spinel/
Dmulti_frame_buffer.hpp245 otError SetSkipLength(uint16_t aSkipLength) in SetSkipLength() argument
249 if (mWriteFrameStart + kHeaderSize + aSkipLength <= GetArrayEnd(mBuffer)) in SetSkipLength()
251 … Lib::Utils::LittleEndian::WriteUint16(aSkipLength, mWriteFrameStart + kHeaderSkipLengthOffset); in SetSkipLength()
/openthread-latest/src/posix/platform/
Dspi_interface.hpp176 …t *GetRealRxFrameStart(uint8_t *aSpiRxFrameBuffer, uint8_t aAlignAllowance, uint16_t &aSkipLength);
Dspi_interface.cpp324 …ce::GetRealRxFrameStart(uint8_t *aSpiRxFrameBuffer, uint8_t aAlignAllowance, uint16_t &aSkipLength) in GetRealRxFrameStart() argument
332 aSkipLength = static_cast<uint16_t>(start - aSpiRxFrameBuffer); in GetRealRxFrameStart()