Home
last modified time | relevance | path

Searched refs:GetFrameMaxLength (Results 1 – 2 of 2) sorted by relevance

/external/openthread/src/lib/spinel/
Dmulti_frame_buffer.hpp282 …uint16_t GetFrameMaxLength(void) const { return static_cast<uint16_t>(mBuffer + kSize - GetFrame()… in GetFrameMaxLength() function in ot::Spinel::MultiFrameBuffer
/external/openthread/src/posix/platform/
Dspi_interface.cpp446 VerifyOrExit(mRxFrameBuffer->GetFrameMaxLength() >= spiTransferBytes + mSpiAlignAllowance); in PushPullSpi()