Searched defs:wait_for (Results 1 – 3 of 3) sorted by relevance
463 wait_for(int ch) in wait_for() function
469 wait_for (struct serial *scb, int timeout) in wait_for() function
77 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 1000) macro