Functions

uart.c File Reference

#include "uart.h"

Go to the source code of this file.

Functions

void UARTInit (unsigned int baud, char channel, char location)
char UARTIsDataReady (char channel)
char UARTWaitForByte (char channel)
char UARTReceiveByte (char channel)
void UARTTransmitByte (char ch, char channel)
void UARTTransmitString (char *str, char channel)

Function Documentation

void UARTInit ( unsigned int  baud,
char  channel,
char  location 
)

Definition at line 17 of file uart.c.

char UARTIsDataReady ( char  channel  ) 

Definition at line 145 of file uart.c.

char UARTReceiveByte ( char  channel  ) 

Definition at line 195 of file uart.c.

void UARTTransmitByte ( char  ch,
char  channel 
)

Definition at line 217 of file uart.c.

void UARTTransmitString ( char *  str,
char  channel 
)

Definition at line 247 of file uart.c.

Here is the call graph for this function:

char UARTWaitForByte ( char  channel  ) 

Definition at line 170 of file uart.c.