ConOpSys V2970  P004.07
ANVILEX control operating system
Classes | Macros | Typedefs | Variables
timeouts.h File Reference
#include "lwip/opt.h"
#include "lwip/err.h"
#include "lwip/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.

Classes

struct  lwip_cyclic_timer
 

Macros

#define LWIP_DEBUG_TIMERNAMES   0
 
#define SYS_TIMEOUTS_SLEEPTIME_INFINITE   0xFFFFFFFF
 

Typedefs

typedef void(* lwip_cyclic_timer_handler) (void)
 

Variables

const struct lwip_cyclic_timer lwip_cyclic_timers []
 
const int lwip_num_cyclic_timers
 

Detailed Description

Timer implementations

Macro Definition Documentation

◆ LWIP_DEBUG_TIMERNAMES

#define LWIP_DEBUG_TIMERNAMES   0

◆ SYS_TIMEOUTS_SLEEPTIME_INFINITE

#define SYS_TIMEOUTS_SLEEPTIME_INFINITE   0xFFFFFFFF

Returned by sys_timeouts_sleeptime() to indicate there is no timer, so we can sleep forever.

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

Variable Documentation

◆ lwip_cyclic_timers

const struct lwip_cyclic_timer lwip_cyclic_timers[]
extern

This array contains all stack-internal cyclic timers. To get the number of timers, use lwip_num_cyclic_timers

This array contains all stack-internal cyclic timers. To get the number of timers, use LWIP_ARRAYSIZE()

◆ lwip_num_cyclic_timers

const int lwip_num_cyclic_timers
extern

Array size of lwip_cyclic_timers[]