Home
last modified time | relevance | path

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

/openthread-3.5.0/examples/platforms/simulation/
Dradio.c126 static bool sTxWait = false; variable
577 sTxWait = false; in otPlatRadioReceive()
673 if (sTxWait) in radioReceive()
692 sTxWait = false; in radioReceive()
820 sTxWait = otMacFrameIsAckRequested(&sTransmitFrame); in radioSendMessage()
822 if (!sTxWait) in radioSendMessage()
840 sTxWait = true; in radioSendMessage()
846 bool platformRadioIsTransmitPending(void) { return sState == OT_RADIO_STATE_TRANSMIT && !sTxWait; } in platformRadioIsTransmitPending()
862 if (aReadFdSet != NULL && (sState != OT_RADIO_STATE_TRANSMIT || sTxWait)) in platformRadioUpdateFdSet()