ECE 4760 Final Project
 All Files Functions Variables Enumerations Enumerator Macros
Macros | Functions
uart.h File Reference

Go to the source code of this file.

Macros

#define RX_BUFSIZE   80
 

Functions

void uart_init (void)
 
int uart_putchar (char c, FILE *stream)
 
int uart_getchar (FILE *stream)
 

Macro Definition Documentation

#define RX_BUFSIZE   80

Definition at line 27 of file uart.h.

Function Documentation

int uart_getchar ( FILE *  stream)

Definition at line 102 of file uart.c.

void uart_init ( void  )

Definition at line 35 of file uart.c.

int uart_putchar ( char  c,
FILE *  stream 
)

Definition at line 51 of file uart.c.