Searched defs:timer_S (Results 1 – 1 of 1) sorted by relevance
2514 struct timer_S struct2516 long tr_id;2518 timer_T *tr_next;2519 timer_T *tr_prev;2520 proftime_T tr_due; // when the callback is to be invoked2521 char tr_firing; // when TRUE callback is being called2522 char tr_paused; // when TRUE callback is not invoked2523 int tr_repeat; // number of times to repeat, -1 forever2524 long tr_interval; // msec2525 callback_T tr_callback;[all …]