Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
AmcExi2Stubs.h File Reference

Go to the source code of this file.

Typedefs

typedef __OSInterruptHandler AmcEXICallback
 

Enumerations

enum  AmcExiError { AMC_EXI_NO_ERROR = 0 , AMC_EXI_UNSELECTED }
 

Functions

void EXI2_Init (vu8 **, AmcEXICallback)
 
void EXI2_EnableInterrupts (void)
 
int EXI2_Poll (void)
 
AmcExiError EXI2_ReadN (void *, u32)
 
AmcExiError EXI2_WriteN (const void *, u32)
 
void EXI2_Reserve (void)
 
void EXI2_Unreserve (void)
 
BOOL AMC_IsStub (void)
 

Typedef Documentation

◆ AmcEXICallback

Enumeration Type Documentation

◆ AmcExiError

Enumerator
AMC_EXI_NO_ERROR 
AMC_EXI_UNSELECTED 

Function Documentation

◆ AMC_IsStub()

BOOL AMC_IsStub ( void  )

◆ EXI2_EnableInterrupts()

void EXI2_EnableInterrupts ( void  )

◆ EXI2_Init()

void EXI2_Init ( vu8 **  ,
AmcEXICallback   
)

AmcExi2Stubs.c Description:

◆ EXI2_Poll()

int EXI2_Poll ( void  )

◆ EXI2_ReadN()

AmcExiError EXI2_ReadN ( void ,
u32   
)

◆ EXI2_Reserve()

void EXI2_Reserve ( void  )

◆ EXI2_Unreserve()

void EXI2_Unreserve ( void  )

◆ EXI2_WriteN()

AmcExiError EXI2_WriteN ( const void ,
u32   
)