Home
last modified time | relevance | path

Searched refs:OSTicksToNanoseconds (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSTime.h58 #define OSTicksToNanoseconds( ticks ) (((ticks) * 8000) / (OS_TIMER_CLOCK / 125000)) macro
66 …#define OSTicksToNanoseconds( ticks ) ((((u64)(ticks)) * 32000ULL) / ((u64) OS_TIMER_CLOCK / 312… macro