Main Page   Data Structures   File List   Data Fields   Globals  

/uart2.c File Reference

Dual UART driver with buffer support. More...

#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/signal.h>
#include "buffer.h"
#include "uart2.h"

Go to the source code of this file.

Functions

void uartInit (void)
 initializes uart

void uartInitBuffers (void)
 initializes transmit and receive buffers

void uartAddToTxBuffer (u08 nUart, u08 data)
 add byte to end of uart Tx buffer


Variables

volatile u08 uartReadyTx [2]
 uartReadyTx flag


Detailed Description

Dual UART driver with buffer support.

Definition in file uart2.c.


Generated on Fri Aug 1 10:42:43 2003 for Procyon AVRlib by doxygen1.2.18