_NUTTIMERINFO Struct Reference

#include <sys/timer.h>


Detailed Description

Timer information structure.


Data Fields

volatile void * tn_arg
 Argument pointer passed to callback function.
void(* tn_callback )(HANDLE, void *)
 Callback function.
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.


Generated on Tue Jan 23 21:12:31 2007 for BTnut System Software by doxygen 1.4.7