xtimer timer structure
More...
xtimer timer structure
Definition at line 97 of file xtimer.h.
#include <xtimer.h>
◆ arg
argument to pass to callback function
Definition at line 105 of file xtimer.h.
◆ callback
callback function to call when timer expires
Definition at line 103 of file xtimer.h.
◆ long_offset
uint32_t xtimer::long_offset |
upper 32bit offset time
Definition at line 100 of file xtimer.h.
◆ long_start_time
uint32_t xtimer::long_start_time |
upper 32bit absolute start time
Definition at line 102 of file xtimer.h.
◆ next
reference to next timer in timer lists
Definition at line 98 of file xtimer.h.
◆ offset
lower 32bit offset time
Definition at line 99 of file xtimer.h.
◆ start_time
uint32_t xtimer::start_time |
lower 32bit absolute start time
Definition at line 101 of file xtimer.h.
The documentation for this struct was generated from the following file: