Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_fifo.c88 int fifo_rx; /* File descriptor for rx */ member
131 u_el->fifo_rx = -1; in nhw_ufifo_backend_init()
297 int ret = read(u_el->fifo_rx, buf, size); in uf_rx_lowlevel_read()
667 u_el->fifo_rx = open(u_el->fifo_Rx_path, O_RDONLY); in nhw_ufifo_create_fifos()
668 if (u_el->fifo_rx == -1) { in nhw_ufifo_create_fifos()
691 if ((u_el->fifo_Rx_path) && (u_el->fifo_rx != -1)) { in nhw_ufifo_backend_cleanup()
692 (void)close(u_el->fifo_rx); in nhw_ufifo_backend_cleanup()
693 u_el->fifo_rx = -1; in nhw_ufifo_backend_cleanup()