Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_fifo.c81 int fifo_tx; /* File descriptor for tx */ member
124 u_el->fifo_tx = -1; in nhw_ufifo_backend_init()
158 int res = write(u_el->fifo_tx, ptr, size); in write_to_tx_fifo()
653 u_el->fifo_tx = open(u_el->fifo_Tx_path, O_WRONLY); in nhw_ufifo_create_fifos()
654 if (u_el->fifo_tx == -1) { in nhw_ufifo_create_fifos()
675 if ((u_el->fifo_Tx_path) && (u_el->fifo_tx != -1)) { in nhw_ufifo_backend_cleanup()
679 (void)close(u_el->fifo_tx); in nhw_ufifo_backend_cleanup()
680 u_el->fifo_tx = -1; in nhw_ufifo_backend_cleanup()