LibXenon
Bare-metal Xbox 360 homebrew library
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | BASE 0xea001000 |
Functions | |
void | putch (unsigned char c) |
int | kbhit (void) |
int | getch (void) |
void | uart_puts (unsigned char *s) |
#define BASE 0xea001000 |
Definition at line 3 of file xenon_uart.c.
int getch | ( | void | ) |
Definition at line 24 of file xenon_uart.c.
int kbhit | ( | void | ) |
Definition at line 13 of file xenon_uart.c.
void putch | ( | unsigned char | c | ) |
Definition at line 5 of file xenon_uart.c.
void uart_puts | ( | unsigned char * | s | ) |
Definition at line 30 of file xenon_uart.c.