Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_b91.c338 static void uart_b91_poll_out(const struct device *dev, uint8_t c) in uart_b91_poll_out() function
393 uart_b91_poll_out(dev, tx_data[i]); in uart_b91_fifo_fill()
527 .poll_out = uart_b91_poll_out,