Loading [MathJax]/extensions/MathMenu.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
DBInterface.h File Reference

Go to the source code of this file.

Classes

struct  DBInterface
 

Typedefs

typedef struct DBInterface DBInterface
 

Functions

void DBInit (void)
 
void DBInitComm (int *inputFlagPtr, int *mtrCallback)
 
void __DBExceptionDestination (void)
 
void __DBExceptionDestinationAux (void)
 
BOOL __DBIsExceptionMarked (__OSException exception)
 
void __DBMarkException (u8 exception, int value)
 
void __DBSetPresent (u32 value)
 

Variables

DBInterface__DBInterface
 

Typedef Documentation

◆ DBInterface

typedef struct DBInterface DBInterface

Function Documentation

◆ __DBExceptionDestination()

void __DBExceptionDestination ( void )

◆ __DBExceptionDestinationAux()

void __DBExceptionDestinationAux ( void )

◆ __DBIsExceptionMarked()

BOOL __DBIsExceptionMarked ( __OSException exception)

◆ __DBMarkException()

void __DBMarkException ( u8 exception,
int value )

◆ __DBSetPresent()

void __DBSetPresent ( u32 value)

◆ DBInit()

void DBInit ( void )

◆ DBInitComm()

void DBInitComm ( int * inputFlagPtr,
int * mtrCallback )

Variable Documentation

◆ __DBInterface

DBInterface* __DBInterface
extern