Searched refs:OSTicksToSeconds (Results 1 – 4 of 4) sorted by relevance
36 #define OSTicksToSeconds(ticks) 0 macro
147 return OSTicksToSeconds(OSGetSystemTime()) + diffSinceEpoch; in DEMOGetTime()
52 #define OSTicksToSeconds( ticks ) ((ticks) / OS_TIMER_CLOCK) macro