File nut/include/sys/timer.h


Included Files


Preprocessor definitions

#define _SYS_TIMER_H

#define TM_ONESHOT 0x01


Typedef NUTTIMERINFO

typedef struct _NUTTIMERINFO NUTTIMERINFO
See: Type struct _NUTTIMERINFO

Type struct _NUTTIMERINFO

struct _NUTTIMERINFO
struct _NUTTIMERINFO  
   {  
      NUTTIMERINFO* tn_next;  
      NUTTIMERINFO* tn_prev;  
      u_long tn_ticks;  
      u_long tn_ticks_left;  
      void (*tn_callback)(HANDLE,void*);  
      volatile void* tn_arg;  
   }  

External Variables

nutTimerList
extern NUTTIMERINFO* nutTimerList
Defined in: nut/os/timer.c