Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/serial/
Duart_xlnx_uartlite.c262 static int xlnx_uartlite_irq_tx_ready(const struct device *dev) in xlnx_uartlite_irq_tx_ready() function
306 return (xlnx_uartlite_irq_tx_ready(dev) || in xlnx_uartlite_irq_is_pending()
366 .irq_tx_ready = xlnx_uartlite_irq_tx_ready,