Home
last modified time | relevance | path

Searched defs:OSMicrosecondsToTicks (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/os/
DOSTime.h61 #define OSMicrosecondsToTicks( usec ) (((usec) * (OS_TIMER_CLOCK / 125000)) / 8) macro
69 #define OSMicrosecondsToTicks( usec ) ((((u64)(usec)) * OS_TIMER_CLOCK) / 1000000) macro