Home
last modified time | relevance | path

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

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