Home
last modified time | relevance | path

Searched refs:OT_SIM_EVENT_UART_WRITE (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c117 case OT_SIM_EVENT_UART_WRITE: in receiveEvent()
152 event.mEvent = OT_SIM_EVENT_UART_WRITE; in otPlatUartSend()
/openthread-latest/tests/scripts/thread-cert/
Dsimulator.py128 OT_SIM_EVENT_UART_WRITE = 2 variable in VirtualTime
387 self.OT_SIM_EVENT_UART_WRITE,
396 elif type == self.OT_SIM_EVENT_UART_WRITE:
480 elif type == self.OT_SIM_EVENT_UART_WRITE:
/openthread-latest/src/posix/platform/
Dplatform-posix.h81 OT_SIM_EVENT_UART_WRITE = 2, enumerator
/openthread-latest/examples/platforms/simulation/
Dplatform-simulation.h67 OT_SIM_EVENT_UART_WRITE = 2, enumerator