Searched refs:otPlatUartReceived (Results 1 – 8 of 8) sorted by relevance
/openthread-latest/examples/platforms/utils/ |
D | uart.h | 112 extern void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength);
|
D | uart_rtt.c | 129 otPlatUartReceived((const uint8_t *)&buf, count); in utilsUartRttProcess()
|
/openthread-latest/examples/platforms/simulation/ |
D | spi-stubs.c | 76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived() function
|
D | uart.c | 256 otPlatUartReceived(s_receive_buffer, (uint16_t)rval); in platformUartProcess()
|
/openthread-latest/examples/apps/ncp/ |
D | ncp.c | 40 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { otNcpHdlcReceive(aBuf, aBufLeng… in otPlatUartReceived() function
|
/openthread-latest/examples/apps/cli/ |
D | cli_uart.cpp | 371 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { ReceiveTask(aBuf, aBufLength); } in otPlatUartReceived() function
|
/openthread-latest/examples/platforms/simulation/virtual_time/ |
D | platform-sim.c | 117 otPlatUartReceived(event.mData, event.mDataLength); in receiveEvent()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 271 OT_TOOL_WEAK void otPlatUartReceived(const uint8_t *, uint16_t) {} in otPlatUartReceived() function
|