33 #ifndef __LWIP_TIMERS_H__ 34 #define __LWIP_TIMERS_H__ 39 #define LWIP_TIMERS (!NO_SYS || (NO_SYS && !NO_SYS_NO_TIMERS)) 50 #ifndef LWIP_DEBUG_TIMERNAMES 52 #define LWIP_DEBUG_TIMERNAMES SYS_DEBUG 54 #define LWIP_DEBUG_TIMERNAMES 0 70 #if LWIP_DEBUG_TIMERNAMES 71 const char* handler_name;
77 #if LWIP_DEBUG_TIMERNAMES 79 #define sys_timeout(msecs, handler, arg) sys_timeout_debug(msecs, handler, arg, #handler)
void(* sys_timeout_handler)(void *arg)
#define ICACHE_FLASH_ATTR
void sys_timeout(u32_t msecs, sys_timeout_handler handler, void *arg) ICACHE_FLASH_ATTR
void sys_untimeout(sys_timeout_handler handler, void *arg) ICACHE_FLASH_ATTR
void sys_timeouts_init(void) ICACHE_FLASH_ATTR
void sys_timeouts_mbox_fetch(sys_mbox_t *mbox, void **msg)