Searched refs:OSTicksToMicroseconds (Results 1 – 2 of 2) sorted by relevance
218 OSReport(" DARCHCreate()Time : %d us\n", OSTicksToMicroseconds(end - start)); in main()
578 #define OSTicksToMicroseconds( ticks ) (((ticks) * 8) / (OS_TIMER_CLOCK / 125000)) macro