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

Functions

void __OSResetSWInterruptHandler (s16 exception, OSContext *context)
 
OSResetCallback OSSetResetCallback (OSResetCallback callback)
 
BOOL OSGetResetButtonState (void)
 
int OSGetResetSwitchState (void)
 
void __OSSetResetButtonTimer (u8 min)
 

Variables

static OSResetCallback ResetCallback
 
static BOOL Down
 
static BOOL LastState
 
static OSTime HoldUp
 
static OSTime HoldDown
 

Function Documentation

◆ __OSResetSWInterruptHandler()

void __OSResetSWInterruptHandler ( s16 exception,
OSContext * context )

◆ __OSSetResetButtonTimer()

void __OSSetResetButtonTimer ( u8 min)

◆ OSGetResetButtonState()

BOOL OSGetResetButtonState ( void )

◆ OSGetResetSwitchState()

int OSGetResetSwitchState ( void )

◆ OSSetResetCallback()

OSResetCallback OSSetResetCallback ( OSResetCallback callback)

Variable Documentation

◆ Down

BOOL Down
static

◆ HoldDown

OSTime HoldDown
static

◆ HoldUp

OSTime HoldUp
static

◆ LastState

BOOL LastState
static

◆ ResetCallback

OSResetCallback ResetCallback
static