Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c87 int fifo_tx; /* File descriptor for tx */ member
130 u_el->fifo_tx = -1; in nhw_ufifo_backend_init()
164 int res = write(u_el->fifo_tx, ptr, size); in write_to_tx_fifo()
660 u_el->fifo_tx = open(u_el->fifo_Tx_path, O_WRONLY); in nhw_ufifo_create_fifos()
661 if (u_el->fifo_tx == -1) { in nhw_ufifo_create_fifos()
682 if ((u_el->fifo_Tx_path) && (u_el->fifo_tx != -1)) { in nhw_ufifo_backend_cleanup()
686 (void)close(u_el->fifo_tx); in nhw_ufifo_backend_cleanup()
687 u_el->fifo_tx = -1; in nhw_ufifo_backend_cleanup()