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