Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dsimulator.py129 OT_SIM_EVENT_RADIO_SPINEL_WRITE = 3 variable in VirtualTime
377 elif type == self.OT_SIM_EVENT_RADIO_SPINEL_WRITE:
406 self.OT_SIM_EVENT_RADIO_SPINEL_WRITE,
477 elif type == self.OT_SIM_EVENT_RADIO_SPINEL_WRITE:
/openthread-latest/src/posix/platform/
Dplatform-posix.h82 OT_SIM_EVENT_RADIO_SPINEL_WRITE = 3, enumerator
Dvirtual_time.cpp154 event.mEvent = OT_SIM_EVENT_RADIO_SPINEL_WRITE; in virtualTimeSendRadioSpinelWriteEvent()
Dhdlc_interface.cpp294 case OT_SIM_EVENT_RADIO_SPINEL_WRITE: in WaitForFrame()
/openthread-latest/examples/platforms/simulation/
Dplatform-simulation.h68 OT_SIM_EVENT_RADIO_SPINEL_WRITE = 3, enumerator