Home
last modified time | relevance | path

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

/openthread-3.5.0/tests/fuzz/
Dfuzzer_platform.cpp95 if (sRadioState == OT_RADIO_STATE_TRANSMIT) in FuzzerPlatformProcess()
308 sRadioState = OT_RADIO_STATE_TRANSMIT; in otPlatRadioTransmit()
/openthread-3.5.0/examples/platforms/simulation/
Dradio.c598 sState = OT_RADIO_STATE_TRANSMIT; in otPlatRadioTransmit()
668 otEXPECT(sState == OT_RADIO_STATE_RECEIVE || sState == OT_RADIO_STATE_TRANSMIT); in radioReceive()
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()
/openthread-3.5.0/include/openthread/platform/
Dradio.h377 OT_RADIO_STATE_TRANSMIT = 3, enumerator
/openthread-3.5.0/src/core/diags/
Dfactory_diags.cpp477 case OT_RADIO_STATE_TRANSMIT:
/openthread-3.5.0/src/lib/spinel/
Dradio_spinel_impl.hpp1948 OT_RADIO_STATE_TRANSMIT, OT_RADIO_STATE_TRANSMIT, in GetState()