Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_npcx.c207 static int uart_npcx_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in uart_npcx_fifo_fill() function
376 while (!uart_npcx_fifo_fill(dev, &c, 1)) { in uart_npcx_poll_out()
983 .fifo_fill = uart_npcx_fifo_fill,