Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp49 static constexpr State kStateSleep = OT_RADIO_STATE_SLEEP;
/openthread-latest/examples/platforms/simulation/
Dradio.c445 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioEnable()
456 otEXPECT_ACTION(sState == OT_RADIO_STATE_SLEEP, error = OT_ERROR_INVALID_STATE); in otPlatRadioDisable()
472 if (sState == OT_RADIO_STATE_SLEEP || sState == OT_RADIO_STATE_RECEIVE) in otPlatRadioSleep()
475 sState = OT_RADIO_STATE_SLEEP; in otPlatRadioSleep()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp310 sRadioState = OT_RADIO_STATE_SLEEP; in otPlatRadioEnable()
328 sRadioState = OT_RADIO_STATE_SLEEP; in otPlatRadioSleep()
/openthread-latest/include/openthread/platform/
Dradio.h415 OT_RADIO_STATE_SLEEP = 1, enumerator
/openthread-latest/src/core/diags/
Dfactory_diags.cpp740 case OT_RADIO_STATE_SLEEP:
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1921 OT_RADIO_STATE_DISABLED, OT_RADIO_STATE_SLEEP, OT_RADIO_STATE_RECEIVE, in GetState()