libdragon
|
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_link * | next |
Link to next timer. |
Timer structure.