Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty_int.c48 struct pollfd pfd = { .fd = fd, .events = POLLHUP }; in nhw_upty_slave_connected() local
51 ret = poll(&pfd, 1, 0); in nhw_upty_slave_connected()
65 if (!(pfd.revents & POLLHUP)) { in nhw_upty_slave_connected()