Home
last modified time | relevance | path

Searched refs:tmo (Results 1 – 3 of 3) sorted by relevance

/lk-master/external/lib/lwip/api/
A Dtcpip.c123 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()
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_keyboard/example/src/
A Dhid_keyboard.c50 ms_timer_t tmo; /*!< Timer to track when to send next report. */ member
202 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()
/lk-master/external/lib/lwip/include/lwip/
A Dtcpip.h156 } tmo; member

Completed in 7 milliseconds