All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

xtimer timer structure More...

Detailed Description

xtimer timer structure

Definition at line 97 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
 

Field Documentation

◆ arg

void* xtimer::arg

argument to pass to callback function

Definition at line 105 of file xtimer.h.

◆ callback

xtimer_callback_t xtimer::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

struct xtimer* xtimer::next

reference to next timer in timer lists

Definition at line 98 of file xtimer.h.

◆ offset

uint32_t xtimer::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: