#include <cfg/os.h>
#include <cfg/clock.h>
#include <cfg/arch.h>
#include <cfg/uart.h>
#include <cfg/arch/gpio.h>
#include <string.h>
#include <sys/atom.h>
#include <sys/event.h>
#include <sys/timer.h>
#include <dev/irqreg.h>
#include <dev/usartavr32.h>
#include <dev/gpio.h>
#include "usart.c"
Go to the source code of this file.
Defines | |
#define | SIG_UART sig_UART0 |
#define | dcb_usart dcb_usart0 |
#define | USARTn_BASE AVR32_USART0 |
Avr32 USART0 Device | |
NUTDEVICE | devUsartAvr320 |
USART0 device information structure. |