Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/serial/
Dserial_test.c69 bool tx_int = tx_rdy && data->irq_tx_enabled; in irq_process() local
72 LOG_DBG("rx_int %d tx_int %d", rx_int, tx_int); in irq_process()
74 if (!(rx_int || tx_int)) { in irq_process()