Home
last modified time | relevance | path

Searched refs:otPlatUartSend (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_spinel.c77 otPlatUartSend(data, length); in write()
/Zephyr-latest/modules/openthread/platform/
Duart.c206 otError otPlatUartSend(const uint8_t *aBuf, uint16_t aBufLength) in otPlatUartSend() function
/Zephyr-latest/subsys/net/l2/openthread/
Dopenthread.c154 err = otPlatUartSend(buf, len); in ncp_hdlc_send()