_NUTTIMERINFO Struct Reference

Timer information structure. More...

#include <sys/timer.h>

Collaboration diagram for _NUTTIMERINFO:

Collaboration graph
[legend]

Data Fields

NUTTIMERINFOtn_next
 Link to next timer.
NUTTIMERINFOtn_prev
 Link to previous timer.
u_long tn_ticks
 Number of system ticks. Set to zero on one-shot timers.
u_long tn_ticks_left
 Decremented by one on each system tick intervall.
void(* tn_callback )(HANDLE, void *)
 Callback function.
volatile void * tn_arg
 Argument pointer passed to callback function.

Detailed Description

Timer information structure.

Definition at line 112 of file timer.h.


Field Documentation

Link to next timer.

Definition at line 115 of file timer.h.

Link to previous timer.

Definition at line 118 of file timer.h.

Number of system ticks. Set to zero on one-shot timers.

Definition at line 122 of file timer.h.

Decremented by one on each system tick intervall.

Definition at line 125 of file timer.h.

Callback function.

volatile void* _NUTTIMERINFO::tn_arg

Argument pointer passed to callback function.

Definition at line 131 of file timer.h.


The documentation for this struct was generated from the following file:

Generated on Sun Aug 31 13:31:36 2008 for FrankenRTOS by  doxygen 1.5.6