Home
last modified time | relevance | path

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

/RvlSDK-2.1/include/revolution/
Dos.h555 #define OS_CORE_CLOCK __OSCoreClock macro
560 #ifndef OS_CORE_CLOCK
561 #define OS_CORE_CLOCK 729000000u macro
570 #define OSTicksToCycles( ticks ) (((ticks) * ((OS_CORE_CLOCK * 2) / OS_TIMER_CLOCK)) / 2)