SSBM Decomp
Loading...
Searching...
No Matches
AmcExi2Stubs.c File Reference
#include <dolphin.h>
#include <dolphin/amc/AmcExi2Comm.h>

Functions

void EXI2_Init (volatile unsigned char **inputPendingPtrRef, EXICallback monitorCallback)
void EXI2_EnableInterrupts ()
int EXI2_Poll ()
AmcExiError EXI2_ReadN (void *bytes, unsigned long length)
AmcExiError EXI2_WriteN (const void *bytes, unsigned long length)
void EXI2_Reserve ()
void EXI2_Unreserve ()
int AMC_IsStub ()

Function Documentation

◆ EXI2_Init()

void EXI2_Init ( volatile unsigned char ** inputPendingPtrRef,
EXICallback monitorCallback )

◆ EXI2_EnableInterrupts()

void EXI2_EnableInterrupts ( void )

◆ EXI2_Poll()

int EXI2_Poll ( void )

◆ EXI2_ReadN()

AmcExiError EXI2_ReadN ( void * bytes,
unsigned long length )

◆ EXI2_WriteN()

AmcExiError EXI2_WriteN ( const void * bytes,
unsigned long length )

◆ EXI2_Reserve()

void EXI2_Reserve ( void )

◆ EXI2_Unreserve()

void EXI2_Unreserve ( void )

◆ AMC_IsStub()

int AMC_IsStub ( )