Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_apbuart.c132 int usefifo; member
149 if (data->usefifo) { in apbuart_poll_out()
322 if (data->usefifo) { in apbuart_fifo_fill()
361 if (data->usefifo) { in apbuart_irq_tx_enable()
398 if (data->usefifo) { in apbuart_irq_tx_ready()
448 if (data->usefifo) { in apbuart_irq_is_pending()
497 data->usefifo = !!(ctrl & APBUART_CTRL_FA); in apbuart_init()
552 .usefifo = 0, \