UART definitions. More...
#include <chip/uart.h>Go to the source code of this file.
Defines | |
| #define | uart_enable_clock(id) do { } while (0) |
| Enable the peripheral clock to UART id. | |
| #define | uart_disable_clock(id) do { } while (0) |
| Disable the peripheral clock to UART id. | |
Transmitting Data | |
| #define | uart_put_string(uart_id, data) |
| Send a string to the UART. | |
| #define | uart_put_bytes(uart_id, data, len) |
| Send a given number of bytes to the UART. | |
UART definitions.
Copyright (C) 2009 Atmel Corporation. All rights reserved.
Definition in file uart.h.
1.6.3