Searched refs:tmo (Results 1 – 3 of 3) sorted by relevance
123 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()128 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()258 msg->msg.tmo.msecs = msecs; in tcpip_timeout()259 msg->msg.tmo.h = h; in tcpip_timeout()260 msg->msg.tmo.arg = arg; in tcpip_timeout()287 msg->msg.tmo.h = h; in tcpip_untimeout()288 msg->msg.tmo.arg = arg; in tcpip_untimeout()
50 ms_timer_t tmo; /*!< Timer to track when to send next report. */ member202 ms_timerInit(&g_keyBoard.tmo, HID_KEYBRD_REPORT_INTERVAL_MS); in Keyboard_init()211 if (ms_timerExpired(&g_keyBoard.tmo)) { in Keyboard_Tasks()213 ms_timerStart(&g_keyBoard.tmo); in Keyboard_Tasks()
156 } tmo; member
Completed in 7 milliseconds