Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Go to the source code of this file.
Classes | |
struct | DBCommTable |
Typedefs | |
typedef int(* | DBCommFunc) () |
typedef int(* | DBCommInitFunc) (void *, __OSInterruptHandler) |
typedef int(* | DBCommReadFunc) (u8 *, int) |
typedef int(* | DBCommWriteFunc) (const u8 *, int) |
typedef struct DBCommTable | DBCommTable |
Functions | |
void | UnreserveEXI2Port () |
void | ReserveEXI2Port () |
UARTError | TRKWriteUARTN (const void *, u32) |
void | TRKLoadContext (OSContext *ctx, u32 r4) |
int | InitMetroTRKCommTable (int hwId) |
typedef int(* DBCommInitFunc) (void *, __OSInterruptHandler) |
void ReserveEXI2Port | ( | ) |
void UnreserveEXI2Port | ( | ) |