Timer implementations. More...
Go to the source code of this file.
| Data Structures | |
| struct | lwip_cyclic_timer | 
| This struct contains information about a stack-internal timer function that has to be called at a defined interval.  More... | |
| Macros | |
| #define | SYS_TIMEOUTS_SLEEPTIME_INFINITE 0xFFFFFFFF | 
| Returned by sys_timeouts_sleeptime() to indicate there is no timer, so we can sleep forever.  More... | |
| Typedefs | |
| typedef void(* | lwip_cyclic_timer_handler) (void) | 
| Function prototype for a stack-internal timer function that has to be called at a defined interval.  More... | |
| Variables | |
| const struct lwip_cyclic_timer | lwip_cyclic_timers [] | 
| This array contains all stack-internal cyclic timers.  More... | |
| const int | lwip_num_cyclic_timers | 
| Array size of lwip_cyclic_timers[].  More... | |
Timer implementations.
Definition in file timeouts.h.
| #define SYS_TIMEOUTS_SLEEPTIME_INFINITE 0xFFFFFFFF | 
Returned by sys_timeouts_sleeptime() to indicate there is no timer, so we can sleep forever.
Definition at line 62 of file timeouts.h.
| typedef void(* lwip_cyclic_timer_handler) (void) | 
Function prototype for a stack-internal timer function that has to be called at a defined interval.
Definition at line 66 of file timeouts.h.
| const struct lwip_cyclic_timer lwip_cyclic_timers[] | 
This array contains all stack-internal cyclic timers.
To get the number of timers, use lwip_num_cyclic_timers
| const int lwip_num_cyclic_timers | 
Array size of lwip_cyclic_timers[].