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

Functions

int InitializeUART (size_t)
 
int WriteUARTN (unsigned char *, size_t)
 
int __TRK_write_console (__file_handle handle, unsigned char *buffer, size_t *count, __idle_proc idle_fn)
 
int __write_console (__file_handle handle, unsigned char *buffer, size_t *count, __idle_proc idle_fn)
 
int __close_console (__file_handle handle)
 

Function Documentation

◆ __close_console()

int __close_console ( __file_handle  handle)

◆ __TRK_write_console()

int __TRK_write_console ( __file_handle  handle,
unsigned char buffer,
size_t count,
__idle_proc  idle_fn 
)

◆ __write_console()

int __write_console ( __file_handle  handle,
unsigned char buffer,
size_t count,
__idle_proc  idle_fn 
)

◆ InitializeUART()

int InitializeUART ( size_t  )

◆ WriteUARTN()

int WriteUARTN ( unsigned char ,
size_t   
)