Lines Matching refs:tick
225 u32_t tick;
227 /* disable lowpower, need to timeout once a tick */
233 tick = t->next_tick();
235 tick = 1;
236 LWIP_DEBUGF(LOWPOWER_DEBUG, ("next->tick is NULL\n"));
238 tick *= t->clock_max;
239 return tick;
274 u32_t tick;
282 tick = get_timer_tick(t);
283 if (tick == 0) {
293 temp = tick * TIMEOUT_TICK;