Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/include/revolution/
Dos.h556 #define OS_CORE_CLOCK __OSCoreClock macro
561 #ifndef OS_CORE_CLOCK
562 #define OS_CORE_CLOCK 729000000u macro
571 #define OSTicksToCycles( ticks ) (((ticks) * ((OS_CORE_CLOCK * 2) / OS_TIMER_CLOCK)) / 2)