LWIP_TIMERS_CUSTOM is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_TIMERS_CUSTOM macro

LWIP_TIMERS_CUSTOM==1: Provide your own timer implementation. Function prototypes in timeouts.h and the array of lwip-internal cyclic timers are still included, but the implementation is not. The following functions will be required: sys_timeouts_init(), sys_timeout(), sys_untimeout(), sys_timeouts_mbox_fetch()

Syntax

#define LWIP_TIMERS_CUSTOM 0

References

LocationText
opt.h:121
#define LWIP_TIMERS_CUSTOM 0
memp_std.h:101
#if LWIP_TIMERS && !LWIP_TIMERS_CUSTOM
timeouts.c:119
#if LWIP_TIMERS && !LWIP_TIMERS_CUSTOM