Home
last modified time | relevance | path

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

/openthread-2.7.6/examples/platforms/cc2538/
Dradio.c171 static otRadioState sState = OT_RADIO_STATE_DISABLED;
438 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()
457 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
486 if (sState != OT_RADIO_STATE_DISABLED) in otPlatRadioReceive()
/openthread-2.7.6/tests/fuzz/
Dfuzzer_platform.cpp70 static otRadioState sRadioState = OT_RADIO_STATE_DISABLED;
291 sRadioState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
/openthread-2.7.6/examples/platforms/simulation/
Dradio.c99 static otRadioState sState = OT_RADIO_STATE_DISABLED;
400 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()
420 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
451 if (sState != OT_RADIO_STATE_DISABLED) in otPlatRadioReceive()
/openthread-2.7.6/include/openthread/platform/
Dradio.h301 OT_RADIO_STATE_DISABLED = 0, enumerator
/openthread-2.7.6/src/core/radio/
Dradio.hpp914 return OT_RADIO_STATE_DISABLED; in GetState()
/openthread-2.7.6/src/core/diags/
Dfactory_diags.cpp411 case OT_RADIO_STATE_DISABLED:
/openthread-2.7.6/src/lib/spinel/
Dradio_spinel_impl.hpp2103 OT_RADIO_STATE_DISABLED, OT_RADIO_STATE_SLEEP, OT_RADIO_STATE_RECEIVE, in GetState()