Home
last modified time | relevance | path

Searched refs:TIMEOUT_TICK (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dlowpower.h43 #define TIMEOUT_TICK 100 /* 100ms */ macro
150 …STEP_TIMEOUT_TO_TICK(step, type) (((step) * lwip_cyclic_timers[(type)].interval_ms) / TIMEOUT_TICK)
151 #define STEP_TICK_TO_TIMEOUT(tick, type) (((tick) * TIMEOUT_TICK) / lwip_cyclic_timers[(type)].inte…
/third_party/lwip/src/core/
Dlowpower.c152 return ((g_timer_mng.waiting_time > TIMEOUT_TICK) ? 1 : 0); in sys_timeout_waiting_long()
182 timeout->clock_max = msec / TIMEOUT_TICK; /* time interval */ in sys_timeout_reg()
219 t->timeout += t->clock_max * TIMEOUT_TICK; in timeout_handler()
293 temp = tick * TIMEOUT_TICK; in get_sleep_time()
335 ticks = msec / TIMEOUT_TICK; in check_timeout()