Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/watchdog/src/
A Dwdg_core.c112 uint32_t tmo = 0xffffffff; in _aos_wdg_auto_config() local
121 if (w->started && tmo > w->timeout) in _aos_wdg_auto_config()
123 tmo = w->timeout; in _aos_wdg_auto_config()
131 ret += csi_wdt_set_timeout(&wdg->csi_dev, tmo); in _aos_wdg_auto_config()
184 wdg->tmo = 0; in aos_wdg_close()
188 if (wdg->tmo == user->timeout) in aos_wdg_close()
232 if (((wdg->tmo > user->timeout) && (enable)) || (!enable)) in aos_wdg_control()
349 g_system_wdg.tmo = 0; in aos_wdg_init()
A Dwdg_core.h35 uint32_t tmo; /**< current watdhdog's timeout value setting, in unit of ms */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dtcpip.c135 sys_timeout(msg->msg.tmo.msecs, msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
140 sys_untimeout(msg->msg.tmo.h, msg->msg.tmo.arg); in tcpip_thread()
332 msg->msg.tmo.msecs = msecs; in tcpip_timeout()
333 msg->msg.tmo.h = h; in tcpip_timeout()
334 msg->msg.tmo.arg = arg; in tcpip_timeout()
359 msg->msg.tmo.h = h; in tcpip_untimeout()
360 msg->msg.tmo.arg = arg; in tcpip_untimeout()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/
A Dtcpip_priv.h149 } tmo; member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/
A Dtcpip_priv.h163 } tmo; member

Completed in 6 milliseconds