|
SSBM Decomp
|
Go to the source code of this file.
Data Structures | |
| struct | DBCommTable |
Typedefs | |
| typedef int(* | DBCommFunc) (void) |
| typedef void(* | DBCommInitFunc) (volatile u8 **, __OSInterruptHandler) |
| typedef int(* | DBCommReadFunc) (void *, u32) |
| typedef int(* | DBCommWriteFunc) (const void *, u32) |
Enumerations | |
| enum | HardwareType { HARDWARE_GDEV = 0 , HARDWARE_NDEV = 1 , HARDWARE_BBA = 2 } |
Functions | |
| int | InitMetroTRKCommTable (int) |
| void | TRKUARTInterruptHandler (void) |
| DSError | TRK_InitializeIntDrivenUART (u32, u32, void *) |
| void | EnableEXI2Interrupts (void) |
| int | TRKPollUART (void) |
| DSError | TRK_ReadUARTN (void *, u32) |
| DSError | TRK_WriteUARTN (const void *, u32) |
| void | ReserveEXI2Port (void) |
| void | UnreserveEXI2Port (void) |
| void | TRK_board_display (char *) |
| void | InitializeProgramEndTrap (void) |
| DSError | TRKInitializeIntDrivenUART (u32 r3, u32 r4, u32 r5, void *r6) |
| typedef int(* DBCommFunc) (void) |
| typedef void(* DBCommInitFunc) (volatile u8 **, __OSInterruptHandler) |
| typedef int(* DBCommReadFunc) (void *, u32) |
| typedef int(* DBCommWriteFunc) (const void *, u32) |
| enum HardwareType |
| int InitMetroTRKCommTable | ( | int | hwId | ) |
| void TRKUARTInterruptHandler | ( | void | ) |
| void EnableEXI2Interrupts | ( | void | ) |
| int TRKPollUART | ( | void | ) |
| void ReserveEXI2Port | ( | void | ) |
| void UnreserveEXI2Port | ( | void | ) |
| void TRK_board_display | ( | char * | str | ) |
| void InitializeProgramEndTrap | ( | void | ) |