Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_UART_backend_fifo.c82 int fifo_rx; /* File descriptor for rx */ member
125 u_el->fifo_rx = -1; in nhw_ufifo_backend_init()
291 int ret = read(u_el->fifo_rx, buf, size); in uf_rx_lowlevel_read()
660 u_el->fifo_rx = open(u_el->fifo_Rx_path, O_RDONLY); in nhw_ufifo_create_fifos()
661 if (u_el->fifo_rx == -1) { in nhw_ufifo_create_fifos()
684 if ((u_el->fifo_Rx_path) && (u_el->fifo_rx != -1)) { in nhw_ufifo_backend_cleanup()
685 (void)close(u_el->fifo_rx); in nhw_ufifo_backend_cleanup()
686 u_el->fifo_rx = -1; in nhw_ufifo_backend_cleanup()