Searched refs:OSTicksToSeconds (Results 1 – 3 of 3) sorted by relevance
55 OSTicksToSeconds(t), in AlarmHandler()65 OSTicksToSeconds(now), in main()
30 #define OSTicksToSeconds(t) ((t)/1000) macro
571 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro