Searched refs:NO_SYS_NO_TIMERS (Results 1 – 5 of 5) sorted by relevance
39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS))
75 #ifndef NO_SYS_NO_TIMERS76 #define NO_SYS_NO_TIMERS 0 macro
74 #if (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) /* LWIP_TIMERS */
51 Added timer implementation for NO_SYS==1, set NO_SYS_NO_TIMERS==1 if you130 * Added timer implementation for NO_SYS==1 (may be disabled with NO_SYS_NO_TIMERS==1
389 NO_SYS_NO_TIMERS to drop timer support for NO_SYS==1 for easier upgrading