Searched refs:wait (Results 1 – 2 of 2) sorted by relevance
17 int uart_getc(int port, bool wait);
168 int uart_getc(int port, bool wait) { in uart_getc() argument172 if (cbuf_read_char(rxbuf, &c, wait) == 1) { in uart_getc()
Completed in 6 milliseconds