Searched refs:tmo (Results 1 – 5 of 5) sorted by relevance
112 uint32_t tmo = 0xffffffff; in _aos_wdg_auto_config() local121 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()
35 uint32_t tmo; /**< current watdhdog's timeout value setting, in unit of ms */ member
135 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()
149 } tmo; member
163 } tmo; member
Completed in 6 milliseconds