![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Typedefs | |
typedef s16 | __OSInterrupt |
typedef u32 | OSInterruptMask |
typedef void(* | __OSInterruptHandler) (__OSInterrupt interrupt, OSContext *context) |
Functions | |
__OSInterruptHandler | __OSSetInterruptHandler (__OSInterrupt interrupt, __OSInterruptHandler handler) |
__OSInterruptHandler | __OSGetInterruptHandler (__OSInterrupt interrupt) |
void | __OSDispatchInterrupt (__OSException exception, OSContext *context) |
OSInterruptMask | OSGetInterruptMask (void) |
OSInterruptMask | OSSetInterruptMask (OSInterruptMask mask) |
OSInterruptMask | __OSMaskInterrupts (OSInterruptMask mask) |
OSInterruptMask | __OSUnmaskInterrupts (OSInterruptMask mask) |
Variables | |
volatile __OSInterrupt | __OSLastInterrupt |
volatile u32 | __OSLastInterruptSrr0 |
volatile OSTime | __OSLastInterruptTime |
typedef s16 __OSInterrupt |
typedef void(* __OSInterruptHandler) (__OSInterrupt interrupt, OSContext *context) |
typedef u32 OSInterruptMask |
void __OSDispatchInterrupt | ( | __OSException | exception, |
OSContext * | context ) |
__OSInterruptHandler __OSGetInterruptHandler | ( | __OSInterrupt | interrupt | ) |
OSInterruptMask __OSMaskInterrupts | ( | OSInterruptMask | mask | ) |
__OSInterruptHandler __OSSetInterruptHandler | ( | __OSInterrupt | interrupt, |
__OSInterruptHandler | handler ) |
OSInterruptMask __OSUnmaskInterrupts | ( | OSInterruptMask | mask | ) |
OSInterruptMask OSGetInterruptMask | ( | void | ) |
OSInterruptMask OSSetInterruptMask | ( | OSInterruptMask | mask | ) |
|
extern |
|
extern |
|
extern |