Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
OSTimer.c File Reference

Classes

struct  Timer
 

Functions

static void DecrementerExceptionHandler (__OSException exception, OSContext *context)
 
OSTimerCallback OSSetTimerCallback (OSTimerCallback callback)
 
void OSInitTimer (u32 time, u32 mode)
 
void OSStartTimer (void)
 
void OSStopTimer (void)
 
static void DecrementerExceptionCallback (__OSException exception, OSContext *context)
 
static asm void DecrementerExceptionHandler (__OSException exception, register OSContext *context)
 

Variables

static struct Timer Timer
 

Function Documentation

◆ DecrementerExceptionCallback()

static void DecrementerExceptionCallback ( __OSException exception,
OSContext * context )
static

◆ DecrementerExceptionHandler() [1/2]

static void DecrementerExceptionHandler ( __OSException exception,
OSContext * context )
static

◆ DecrementerExceptionHandler() [2/2]

static asm void DecrementerExceptionHandler ( __OSException exception,
register OSContext * context )
static

◆ OSInitTimer()

void OSInitTimer ( u32 time,
u32 mode )

◆ OSSetTimerCallback()

OSTimerCallback OSSetTimerCallback ( OSTimerCallback callback)

◆ OSStartTimer()

void OSStartTimer ( void )

◆ OSStopTimer()

void OSStopTimer ( void )

Variable Documentation

◆ Timer

struct Timer Timer
static