#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/sys.h"
Go to the source code of this file.
◆ LWIP_DEBUG_TIMERNAMES
#define LWIP_DEBUG_TIMERNAMES 0 |
◆ LWIP_TIMERS
◆ sys_timeout_handler
typedef void(* sys_timeout_handler) (void *arg) |
Function prototype for a timeout callback function. Register such a function using sys_timeout().
- Parameters
-
arg | Additional argument to pass to the function - set up by sys_timeout() |
Definition at line 65 of file timers.h.
◆ sys_timeout()
◆ sys_timeouts_init()
void sys_timeouts_init |
( |
void |
| ) |
|
◆ sys_timeouts_mbox_fetch()
void sys_timeouts_mbox_fetch |
( |
sys_mbox_t * |
mbox, |
|
|
void ** |
msg |
|
) |
| |
◆ sys_untimeout()