|
SSBM Decomp
|
Go to the source code of this file.
Enumerations | |
| enum | AmcExiError { AMC_EXI_NO_ERROR = 0 , AMC_EXI_UNSELECTED } |
Functions | |
| void | EXI2_Init (volatile unsigned char **inputPendingPtrRef, EXICallback monitorCallback) |
| void | EXI2_EnableInterrupts (void) |
| int | EXI2_Poll (void) |
| AmcExiError | EXI2_ReadN (void *bytes, unsigned long length) |
| AmcExiError | EXI2_WriteN (const void *bytes, unsigned long length) |
| void | EXI2_Reserve (void) |
| void | EXI2_Unreserve (void) |
| AmcExiError | EXI2_GetStatusReg (u16 *pu16StatusReg) |
| int | AMC_IsStub () |
| enum AmcExiError |
| void EXI2_Init | ( | volatile unsigned char ** | inputPendingPtrRef, |
| EXICallback | monitorCallback ) |
| void EXI2_EnableInterrupts | ( | void | ) |
| int EXI2_Poll | ( | void | ) |
| AmcExiError EXI2_ReadN | ( | void * | bytes, |
| unsigned long | length ) |
| AmcExiError EXI2_WriteN | ( | const void * | bytes, |
| unsigned long | length ) |
| void EXI2_Reserve | ( | void | ) |
| void EXI2_Unreserve | ( | void | ) |
| AmcExiError EXI2_GetStatusReg | ( | u16 * | pu16StatusReg | ) |
| int AMC_IsStub | ( | ) |