xtimer Struct Reference

xtimer timer structure More...

Detailed Description

xtimer timer structure

Definition at line 81 of file xtimer.h.

#include <xtimer.h>

Data Fields

struct xtimernext
 reference to next timer in timer lists
 
uint32_t offset
 lower 32bit offset time
 
uint32_t long_offset
 upper 32bit offset time
 
uint32_t start_time
 lower 32bit absolute start time
 
uint32_t long_start_time
 upper 32bit absolute start time
 
xtimer_callback_t callback
 callback function to call when timer expires
 
void * arg
 argument to pass to callback function
 

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