Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_UART_backend_pty_int.c203 void nhw_upty_wait_for_pty(int fd, uint64_t microsec) { in nhw_upty_wait_for_pty() argument
213 tv.tv_sec = microsec / 1e6; in nhw_upty_wait_for_pty()
214 tv.tv_nsec = (microsec - tv.tv_sec*1e6)*1e3; in nhw_upty_wait_for_pty()
DNHW_UART_backend_pty_int.h15 void nhw_upty_wait_for_pty(int fd, uint64_t microsec);