Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_ene_kb1200.c124 static int kb1200_uart_fifo_fill(const struct device *dev, const uint8_t *tx_data, int size) in kb1200_uart_fifo_fill() function
273 kb1200_uart_fifo_fill(dev, &c, 1); in kb1200_uart_poll_out()
295 .fifo_fill = kb1200_uart_fifo_fill,