Searched refs:aSkipLength (Results 1 – 3 of 3) sorted by relevance
245 otError SetSkipLength(uint16_t aSkipLength) in SetSkipLength() argument249 if (mWriteFrameStart + kHeaderSize + aSkipLength <= GetArrayEnd(mBuffer)) in SetSkipLength()251 … Lib::Utils::LittleEndian::WriteUint16(aSkipLength, mWriteFrameStart + kHeaderSkipLengthOffset); in SetSkipLength()
176 …t *GetRealRxFrameStart(uint8_t *aSpiRxFrameBuffer, uint8_t aAlignAllowance, uint16_t &aSkipLength);
324 …ce::GetRealRxFrameStart(uint8_t *aSpiRxFrameBuffer, uint8_t aAlignAllowance, uint16_t &aSkipLength) in GetRealRxFrameStart() argument332 aSkipLength = static_cast<uint16_t>(start - aSpiRxFrameBuffer); in GetRealRxFrameStart()