Home
last modified time | relevance | path

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

/openthread-latest/tests/nexus/platform/
Dnexus_radio.hpp48 static constexpr State kStateDisabled = OT_RADIO_STATE_DISABLED;
/openthread-latest/examples/platforms/simulation/
Dradio.c104 static otRadioState sState = OT_RADIO_STATE_DISABLED;
438 return (sState != OT_RADIO_STATE_DISABLED) ? true : false; in otPlatRadioIsEnabled()
458 sState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
489 if (sState != OT_RADIO_STATE_DISABLED) in otPlatRadioReceive()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp74 static otRadioState sRadioState = OT_RADIO_STATE_DISABLED;
319 sRadioState = OT_RADIO_STATE_DISABLED; in otPlatRadioDisable()
/openthread-latest/include/openthread/platform/
Dradio.h414 OT_RADIO_STATE_DISABLED = 0, enumerator
/openthread-latest/src/core/radio/
Dradio.hpp1076 inline otRadioState Radio::GetState(void) { return OT_RADIO_STATE_DISABLED; } in GetState()
/openthread-latest/src/core/diags/
Dfactory_diags.cpp736 case OT_RADIO_STATE_DISABLED:
/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp1921 OT_RADIO_STATE_DISABLED, OT_RADIO_STATE_SLEEP, OT_RADIO_STATE_RECEIVE, in GetState()