Mistake on this page?
Report an issue in GitHub or email us
Macros

Macros

#define LWIP_TIMERS   1
 LWIP_TIMERS==0: Drop support for sys_timeout and lwip-internal cyclic timers. More...
 
#define LWIP_TIMERS_CUSTOM   0
 LWIP_TIMERS_CUSTOM==1: Provide your own timer implementation. More...
 

Detailed Description

Macro Definition Documentation

#define LWIP_TIMERS   1

LWIP_TIMERS==0: Drop support for sys_timeout and lwip-internal cyclic timers.

(the array of lwip-internal cyclic timers is still provided) (check NO_SYS_NO_TIMERS for compatibility to old versions)

Definition at line 109 of file opt.h.

#define LWIP_TIMERS_CUSTOM   0

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()

Definition at line 121 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.