#include "../lpc_config.h"
Go to the source code of this file.
Define Documentation
#define UART_CLK CPU_CLOCK_HZ/4 |
#define uart_putc |
( |
|
__i__ |
) |
UARTTransmitByte(__i__, UART_CH_0) |
#define uart_puts |
( |
|
__i__ |
) |
UARTTransmitString(__i__, UART_CH_0) |
Function Documentation
void UARTInit |
( |
unsigned int |
baud, |
|
|
char |
location, |
|
|
char |
channel | |
|
) |
| | |
char UARTIsDataReady |
( |
char |
channel |
) |
|
char UARTReceiveByte |
( |
char |
channel |
) |
|
void UARTTransmitByte |
( |
char |
ch, |
|
|
char |
channel | |
|
) |
| | |
void UARTTransmitString |
( |
char * |
str, |
|
|
char |
channel | |
|
) |
| | |
char UARTWaitForByte |
( |
char |
channel |
) |
|