Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

_NUTTIMERINFO Struct Reference

Timer information structure. More...


Data Fields

NUTTIMERINFOtn_next
 Link to next 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.

Examples:

httpd/httpserv.c, portdio/portdio.c, and tcps/tcps.c.


Field Documentation

u_long _NUTTIMERINFO::tn_ticks
 

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

Examples:
portdio/portdio.c, and tcps/tcps.c.


© 2000-2003 by egnite Software GmbH - visit http://www.ethernut.de/