Searched refs:mHandlingRxFrame (Results 1 – 2 of 2) sorted by relevance
85 , mHandlingRxFrame(false) in NcpSpi()155 if (!mHandlingRxFrame) in SpiTransactionComplete()166 mHandlingRxFrame = true; in SpiTransactionComplete()206 aOutputBuf = mHandlingRxFrame ? mEmptySendFrameZeroAccept : mEmptySendFrameFullAccept; in SpiTransactionComplete()210 if (mHandlingRxFrame) in SpiTransactionComplete()238 if (mHandlingRxFrame) in SpiTransactionProcess()364 mHandlingRxFrame = false; in HandleRxFrame()
104 volatile bool mHandlingRxFrame; member in ot::Ncp::NcpSpi