Home
last modified time | relevance | path

Searched refs:otPlatUartReceived (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/examples/platforms/utils/
Duart.h112 extern void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength);
Duart_rtt.c129 otPlatUartReceived((const uint8_t *)&buf, count); in utilsUartRttProcess()
/openthread-latest/examples/platforms/simulation/
Dspi-stubs.c76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived() function
Duart.c256 otPlatUartReceived(s_receive_buffer, (uint16_t)rval); in platformUartProcess()
/openthread-latest/examples/apps/ncp/
Dncp.c40 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { otNcpHdlcReceive(aBuf, aBufLeng… in otPlatUartReceived() function
/openthread-latest/examples/apps/cli/
Dcli_uart.cpp371 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { ReceiveTask(aBuf, aBufLength); } in otPlatUartReceived() function
/openthread-latest/examples/platforms/simulation/virtual_time/
Dplatform-sim.c117 otPlatUartReceived(event.mData, event.mDataLength); in receiveEvent()
/openthread-latest/tests/unit/
Dtest_platform.cpp271 OT_TOOL_WEAK void otPlatUartReceived(const uint8_t *, uint16_t) {} in otPlatUartReceived() function