Definition of basic UART functions. More...
Go to the source code of this file.
Macros | |
#define | MAX_INPUT_LENGTH 80 |
Functions | |
void | uart_init () |
void | uart_putc (unsigned char c) |
unsigned char | uart_getc () |
void | uart_puts (const char *str) |
char * | uart_gets () |
void | handle_uart_irq () |
Definition of basic UART functions.