timer Struct Reference

#include <timers.h>


Data Fields

unsigned int usec
unsigned int stop_cycle
void(* handler )(struct timer *, void *)
void * data
timernext
timerprev


Detailed Description

Structure for storing timer information


Field Documentation

void* timer::data

pointer to data of handler

void(* timer::handler)(struct timer *, void *)

pointer to handler function

struct timer* timer::next

pointer to next timer in list

struct timer* timer::prev

pointer to previous timer in list

unsigned int timer::stop_cycle

cycle of procesor on which the timer stops

unsigned int timer::usec

count of microseconds of delay


The documentation for this struct was generated from the following file:
Generated on Wed Nov 15 17:25:45 2006 for Kalisto by  doxygen 1.4.7