Home
last modified time | relevance | path

Searched defs:otPlatUartReceived (Results 1 – 5 of 5) sorted by relevance

/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/platforms/simulation/
Dspi-stubs.c76 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartReceived() function
/openthread-latest/examples/apps/cli/
Dcli_uart.cpp367 void otPlatUartReceived(const uint8_t *aBuf, uint16_t aBufLength) { ReceiveTask(aBuf, aBufLength); } in otPlatUartReceived() function
/openthread-latest/tests/nexus/platform/
Dnexus_misc.cpp118 void otPlatUartReceived(const uint8_t *, uint16_t) {} in otPlatUartReceived() function
/openthread-latest/tests/unit/
Dtest_platform.cpp271 OT_TOOL_WEAK void otPlatUartReceived(const uint8_t *, uint16_t) {} in otPlatUartReceived() function