UbixOS  2.0
timeouts.h File Reference
#include "net/opt.h"
#include "net/err.h"
#include "net/sys.h"
Include dependency graph for timeouts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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 []
 

Detailed Description

Timer implementations

Definition in file timeouts.h.

Macro Definition Documentation

◆ LWIP_DEBUG_TIMERNAMES

#define LWIP_DEBUG_TIMERNAMES   0

Definition at line 55 of file timeouts.h.

Typedef Documentation

◆ lwip_cyclic_timer_handler

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 61 of file timeouts.h.

Variable Documentation

◆ lwip_cyclic_timers

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

Definition at line 71 of file timeouts.c.