Lines Matching defs:msec
160 u32_t msec,
182 timeout->clock_max = msec / TIMEOUT_TICK; /* time interval */
273 u32_t msec = TIMEOUT_MAX;
306 msec = msec > temp ? temp : msec;
310 LWIP_DEBUGF(LOWPOWER_DEBUG, ("msec = %u now = %u\n", msec, now));
311 return msec;
320 u32_t msec;
334 msec = now - t->timeout;
335 ticks = msec / TIMEOUT_TICK;