|
UNK_T | VIGetCurrentLine (UNK_PARAMS) |
|
static bool | SIGetResponseRaw (s32 chan) |
|
static void | GetTypeCallback (s32 chan, u32 error, OSContext *context) |
|
static bool | __SITransfer (void) |
|
static bool | SIEnablePollingInterrupt (bool enable) |
|
bool | SIBusy (void) |
|
bool | SIIsChanBusy (s32 status) |
|
static void | CompleteTransfer (void) |
|
static void | SIInterruptHandler (void) |
|
bool | SIRegisterPollingHandler (__OSInterruptHandler handler) |
|
bool | SIUnregisterPollingHandler (__OSInterruptHandler handler) |
|
void | SIInit (void) |
|
u32 | SIGetStatus (s32 chan) |
|
struct { | |
|
u32 command | |
|
u32 x4 | |
|
u32 x8 | |
|
} | AT_ADDRESS (0xCC006400) | |
|
void | SISetCommand (s32 index, u32 value) |
|
void | SITransferCommands (void) |
|
u32 | SISetXY (u32 x, u32 y) |
|
u32 | SIEnablePolling (u32 poll) |
|
u32 | SIDisablePolling (u32 poll) |
|
bool | SIGetResponse (s32 chan, void *data) |
|
static void | AlarmHandler (void) |
|
bool | SITransfer (s32 chan, void *output, u32 outputBytes, void *input, u32 inputBytes, SICallback callback, OSTime delay) |
|
u32 | SIGetType (s32 arg0) |
|
u32 | SIGetTypeAsync (s32 chan, SITypeAndStatusCallback callback) |
|