Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/serial/
Dserial_test.c68 bool rx_int = rx_rdy && data->irq_rx_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()