Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty.c52 int in_fd; /* File descriptor used for input */ member
74 u_el->in_fd = -1; in nhw_upty_init()
94 u_el->in_fd = pty_fd; in nhw_upty_init()
178 nhw_upty_wait_for_pty(u_el->in_fd, 100e3); in nhw_upty_check_for_input()
182 ret = read(u_el->in_fd, &byte, 1); in nhw_upty_check_for_input()
213 if (u_el->in_fd != -1) { in nhw_upty_cleanup()
214 close(u_el->in_fd); in nhw_upty_cleanup()
215 u_el->in_fd = -1; in nhw_upty_cleanup()