Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp50 static constexpr State kStateReceive = OT_RADIO_STATE_RECEIVE;
/openthread-latest/examples/platforms/simulation/
Dradio.c472 if (sState == OT_RADIO_STATE_SLEEP || sState == OT_RADIO_STATE_RECEIVE) in otPlatRadioSleep()
492 sState = OT_RADIO_STATE_RECEIVE; in otPlatRadioReceive()
511 if (sState == OT_RADIO_STATE_RECEIVE) in otPlatRadioTransmit()
584 otEXPECT(sState == OT_RADIO_STATE_RECEIVE || sState == OT_RADIO_STATE_TRANSMIT); in radioReceive()
611 sState = OT_RADIO_STATE_RECEIVE; in radioReceive()
668 sState = OT_RADIO_STATE_RECEIVE; in radioSendMessage()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp113 sRadioState = OT_RADIO_STATE_RECEIVE; in FuzzerPlatformProcess()
338 sRadioState = OT_RADIO_STATE_RECEIVE; in otPlatRadioReceive()
/openthread-latest/include/openthread/platform/
Dradio.h416 OT_RADIO_STATE_RECEIVE = 2, enumerator
/openthread-latest/src/core/diags/
Dfactory_diags.cpp744 case OT_RADIO_STATE_RECEIVE:
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1921 OT_RADIO_STATE_DISABLED, OT_RADIO_STATE_SLEEP, OT_RADIO_STATE_RECEIVE, in GetState()