Searched refs:TIMEOUTMS (Results 1 – 2 of 2) sorted by relevance
536 #define TIMEOUTMS(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t), (f), (a)); } while(0) macro
473 TIMEOUTMS(lcp_delayed_up, f, pcb->settings.listen_time); in lcp_lowerup()