Searched defs:OSTicksToSeconds (Results 1 – 2 of 2) sorted by relevance
30 #define OSTicksToSeconds(t) ((t)/1000) macro
572 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro