Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
EXIUart.c File Reference

Functions

static BOOL ProbeBarnacle (s32 chan, u32 dev, u32 *revision)
 
void __OSEnableBarnacle (s32 chan, u32 dev)
 
u32 InitializeUART (u32 baudRate)
 
u32 ReadUARTN (void *bytes, unsigned long length)
 
static int QueueLength (void)
 
u32 WriteUARTN (const void *buf, unsigned long len)
 

Variables

static s32 Chan
 
static u32 Dev
 
static u32 Enabled
 
static u32 BarnacleEnabled
 

Function Documentation

◆ __OSEnableBarnacle()

void __OSEnableBarnacle ( s32  chan,
u32  dev 
)

◆ InitializeUART()

u32 InitializeUART ( u32  baudRate)

◆ ProbeBarnacle()

static BOOL ProbeBarnacle ( s32  chan,
u32  dev,
u32 revision 
)
static

◆ QueueLength()

static int QueueLength ( void  )
static

◆ ReadUARTN()

u32 ReadUARTN ( void bytes,
unsigned long  length 
)

◆ WriteUARTN()

u32 WriteUARTN ( const void buf,
unsigned long  len 
)

Variable Documentation

◆ BarnacleEnabled

u32 BarnacleEnabled
static

◆ Chan

s32 Chan
static

◆ Dev

u32 Dev
static

◆ Enabled

u32 Enabled
static