Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
OSTime.h File Reference

Go to the source code of this file.

Classes

struct  OSCalendarTime
 

Typedefs

typedef s64 OSTime
 
typedef u32 OSTick
 
typedef struct OSCalendarTime OSCalendarTime
 

Functions

OSTime OS_SYSTEM_TIME AT_ADDRESS (0x800030D8)
 
OSTime OSGetTime (void)
 
OSTick OSGetTick (void)
 
OSTime __OSGetSystemTime (void)
 
OSTime __OSTimeToSystemTime (OSTime time)
 
void GetDates (s32 days, OSCalendarTime *ct)
 
void OSTicksToCalendarTime (OSTime ticks, OSCalendarTime *ct)
 
u32 __OSBusClock AT_ADDRESS (0x800000F8)
 

Typedef Documentation

◆ OSCalendarTime

◆ OSTick

◆ OSTime

Function Documentation

◆ __OSGetSystemTime()

OSTime __OSGetSystemTime ( void  )

◆ __OSTimeToSystemTime()

OSTime __OSTimeToSystemTime ( OSTime  time)

◆ AT_ADDRESS() [1/2]

u32 __OSBusClock AT_ADDRESS ( 0x800000F8  )
extern

◆ AT_ADDRESS() [2/2]

OSTime OS_SYSTEM_TIME AT_ADDRESS ( 0x800030D8  )

◆ GetDates()

void GetDates ( s32  days,
OSCalendarTime ct 
)

◆ OSGetTick()

OSTick OSGetTick ( void  )

◆ OSGetTime()

OSTime OSGetTime ( void  )

◆ OSTicksToCalendarTime()

void OSTicksToCalendarTime ( OSTime  ticks,
OSCalendarTime ct 
)