#include <cfg/os.h>#include <cfg/arch/avr.h>#include <string.h>#include <sys/atom.h>#include <sys/event.h>#include <sys/timer.h>#include <dev/irqreg.h>#include <dev/usartavr.h>#include "usartavr.c"
Go to the source code of this file.
Defines | |
| #define | UDRn UDR1 |
| #define | UCSRnA UCSR1A |
| #define | UCSRnB UCSR1B |
| #define | UCSRnC UCSR1C |
| #define | UBRRnL UBRR1L |
| #define | UBRRnH UBRR1H |
| #define | sig_UART_RECV sig_UART1_RECV |
| #define | sig_UART_DATA sig_UART1_DATA |
| #define | sig_UART_TRANS sig_UART1_TRANS |
| #define | SIG_UART_RECV SIG_UART1_RECV |
| #define | SIG_UART_DATA SIG_UART1_DATA |
| #define | SIG_UART_TRANS SIG_UART1_TRANS |
| #define | dcb_usart dcb_usart1 |
AVR USART1 Device | |
| NUTDEVICE | devUsartAvr1 |
| USART1 device information structure. | |
UART1 CTS Handshake Sense | |
| #define | UART_CTS_PORT UART1_CTS_PORT |
| #define | UART_CTS_PIN UART1_CTS_PIN |
| #define | UART_CTS_DDR UART1_CTS_DDR |
| #define UDRn UDR1 |
Definition at line 391 of file usart1avr.c.
| #define UCSRnA UCSR1A |
Definition at line 392 of file usart1avr.c.
| #define UCSRnB UCSR1B |
Definition at line 393 of file usart1avr.c.
| #define UCSRnC UCSR1C |
Definition at line 394 of file usart1avr.c.
| #define UBRRnL UBRR1L |
Definition at line 395 of file usart1avr.c.
| #define UBRRnH UBRR1H |
Definition at line 396 of file usart1avr.c.
| #define sig_UART_RECV sig_UART1_RECV |
Definition at line 417 of file usart1avr.c.
| #define sig_UART_DATA sig_UART1_DATA |
Definition at line 418 of file usart1avr.c.
| #define sig_UART_TRANS sig_UART1_TRANS |
Definition at line 419 of file usart1avr.c.
| #define SIG_UART_RECV SIG_UART1_RECV |
Definition at line 421 of file usart1avr.c.
| #define SIG_UART_DATA SIG_UART1_DATA |
Definition at line 422 of file usart1avr.c.
| #define SIG_UART_TRANS SIG_UART1_TRANS |
Definition at line 423 of file usart1avr.c.
| #define dcb_usart dcb_usart1 |
Definition at line 425 of file usart1avr.c.