Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_spi.cpp85 , 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()
Dncp_spi.hpp104 volatile bool mHandlingRxFrame; member in ot::Ncp::NcpSpi