Home | History | Annotate | Download | only in src

Lines Matching refs:Timer

24 #include <timer.h>
30 #define MAX_INTERNAL_EVENTS 32 //also used for external app timer() calls
32 struct Timer {
46 static struct Timer mTimers[MAX_TIMERS];
55 static struct Timer *timFindTimerById(uint32_t timId) /* no locks taken. be careful what you do with this */
71 static void timCallFunc(struct Timer *tim)
96 struct Timer *tim;
134 //we loop while loop does something, or while (if next timer exists), it is due by the time loop ends, or platform code fails to set an alarm to wake us for it
150 struct Timer *t;
156 /* generate next timer ID */
170 /* as soon as we write timer Id, it becomes valid and might fire */
194 struct Timer *t = timFindTimerById(timerId);
213 struct Timer *tim;