|
Prusa MINI Firmware overview
|
Go to the source code of this file.
Classes | |
| struct | lwip_cyclic_timer |
Macros | |
| #define | LWIP_DEBUG_TIMERNAMES 0 |
Typedefs | |
| typedef void(* | lwip_cyclic_timer_handler) (void) |
Variables | |
| const struct lwip_cyclic_timer | lwip_cyclic_timers [] |
Timer implementations
| #define LWIP_DEBUG_TIMERNAMES 0 |
Function prototype for a stack-internal timer function that has to be called at a defined interval
| const struct lwip_cyclic_timer lwip_cyclic_timers[] |
This array contains all stack-internal cyclic timers. To get the number of timers, use LWIP_ARRAYSIZE()