Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dplatform-posix.h80 OT_SIM_EVENT_RADIO_RECEIVED = 1, enumerator
/openthread-latest/examples/platforms/simulation/
Dplatform-simulation.h66 OT_SIM_EVENT_RADIO_RECEIVED = 1, enumerator
Dradio.c781 event.mEvent = OT_SIM_EVENT_RADIO_RECEIVED; in radioTransmit()
/openthread-latest/tests/scripts/thread-cert/
Dsimulator.py127 OT_SIM_EVENT_RADIO_RECEIVED = 1 variable in VirtualTime
332 elif type == self.OT_SIM_EVENT_RADIO_RECEIVED:
474 elif type == self.OT_SIM_EVENT_RADIO_RECEIVED:
/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c113 case OT_SIM_EVENT_RADIO_RECEIVED: in receiveEvent()