libdragon
Data Fields
timer_link Struct Reference

Timer structure. More...

#include <timer.h>

Data Fields

int left
 Ticks left until callback.
int set
 Ticks to set if continuous.
int ovfl
 To correct for drift.
int flags
 Timer flags. See TF_ONE_SHOT and TF_CONTINUOUS.
void(* callback )(int ovfl)
 Callback function to call when timer fires.
struct timer_linknext
 Link to next timer.

Detailed Description

Timer structure.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines