Searched refs:mHandlingRxFrame (Results 1 – 2 of 2) sorted by relevance
83 , 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()
307 volatile bool mHandlingRxFrame; member in ot::Ncp::NcpSpi