Lines Matching +full:tx +full:- +full:dummy
4 * SPDX-License-Identifier: Apache-2.0
25 #include <openthread-system.h>
28 #include "platform-zephyr.h"
61 ot_uart.rx_ringbuf->size); in uart_rx_handle()
73 uint8_t dummy; in uart_rx_handle() local
75 /* No space in the ring buffer - consume byte. */ in uart_rx_handle()
78 rd_len = uart_fifo_read(dev, &dummy, 1); in uart_rx_handle()
94 write_length -= len; in uart_tx_handle()
139 ot_uart.rx_ringbuf->size)) > 0) { in platformUartProcess()
150 /* Process UART TX */ in platformUartProcess()
152 LOG_DBG("UART TX done"); in platformUartProcess()
175 if (ret != 0 && ret != -EALREADY) { in otPlatUartEnable()
180 /* Data Carrier Detect Modem - mark connection as established */ in otPlatUartEnable()
182 /* Data Set Ready - the NCP SoC is ready to communicate */ in otPlatUartEnable()