Searched defs:OSTicksToSeconds (Results 1 – 2 of 2) sorted by relevance
36 #define OSTicksToSeconds(ticks) 0 macro
52 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro