LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Functions
xenon_uart.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void putch (unsigned char c)
 
int kbhit (void)
 
int getch (void)
 
void uart_puts (unsigned char *s)
 

Function Documentation

◆ getch()

int getch ( void  )

Definition at line 24 of file xenon_uart.c.

◆ kbhit()

int kbhit ( void  )

Definition at line 13 of file xenon_uart.c.

◆ putch()

void putch ( unsigned char  c)

Definition at line 5 of file xenon_uart.c.

◆ uart_puts()

void uart_puts ( unsigned char *  s)

Definition at line 30 of file xenon_uart.c.