#include <timers.h>
Data Fields | |
unsigned int | usec |
unsigned int | stop_cycle |
void(* | handler )(struct timer *, void *) |
void * | data |
timer * | next |
timer * | prev |
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