Serial interface functions header. More...
Go to the source code of this file.
Functions | |
| void | USART0_init (void) |
| Initialize UART. | |
| unsigned char | USART0_getc (void) |
| Read one byte from serial port. | |
| void | USART0_putc (unsigned char data) |
| Write one byte to the serial port. | |
| void | USART0_puts (const char *data) |
| Write a null-terminated string to the serial port. | |
| void | USART0_printf (const char *fmt,...) |
| Printf function which uses UART interface to send. | |
Serial interface functions header.
Created: 2010-08-07 11:58:45 Last modify: 2010-08-07 11:59:35 ivanovp {Time-stamp} Licence: GPL
Definition in file usart.h.
| unsigned char USART0_getc | ( | void | ) |
| void USART0_init | ( | void | ) |
| void USART0_printf | ( | const char * | fmt, | |
| ... | ||||
| ) |
| void USART0_putc | ( | unsigned char | data | ) |
1.6.3