Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_spi.cpp83 , mHandlingRxFrame(false) in NcpSpi()
153 if (!mHandlingRxFrame) in SpiTransactionComplete()
164 mHandlingRxFrame = true; in SpiTransactionComplete()
204 aOutputBuf = mHandlingRxFrame ? mEmptySendFrameZeroAccept : mEmptySendFrameFullAccept; in SpiTransactionComplete()
208 if (mHandlingRxFrame) in SpiTransactionComplete()
239 if (mHandlingRxFrame) in SpiTransactionProcess()
365 mHandlingRxFrame = false; in HandleRxFrame()
Dncp_spi.hpp307 volatile bool mHandlingRxFrame; member in ot::Ncp::NcpSpi