armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
uart.h File Reference

Definition of basic UART functions. More...

This graph shows which files directly or indirectly include this file:

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 ()
 

Detailed Description

Definition of basic UART functions.