Go to the source code of this file.
UART1 CTS Handshake Sense | |
UART1_CTS_IRQ must be defined in arch/avr.h | |
#define | UART_CTS_PORT UART1_CTS_PORT |
#define | UART_CTS_PIN UART1_CTS_PIN |
#define | UART_CTS_DDR UART1_CTS_DDR |
AVR USART1 Device | |
NUTDEVICE | devUsartAvr1 |
USART1 device information structure. | |
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 |
#define UDRn UDR1 |
Definition at line 337 of file usart1avr.c.
#define UCSRnA UCSR1A |
Definition at line 338 of file usart1avr.c.
#define UCSRnB UCSR1B |
Definition at line 339 of file usart1avr.c.
#define UCSRnC UCSR1C |
Definition at line 340 of file usart1avr.c.
#define UBRRnL UBRR1L |
Definition at line 341 of file usart1avr.c.
#define UBRRnH UBRR1H |
Definition at line 342 of file usart1avr.c.
#define sig_UART_RECV sig_UART1_RECV |
Definition at line 363 of file usart1avr.c.
#define sig_UART_DATA sig_UART1_DATA |
Definition at line 364 of file usart1avr.c.
#define sig_UART_TRANS sig_UART1_TRANS |
Definition at line 365 of file usart1avr.c.
#define SIG_UART_RECV SIG_UART1_RECV |
Definition at line 367 of file usart1avr.c.
#define SIG_UART_DATA SIG_UART1_DATA |
Definition at line 368 of file usart1avr.c.
#define SIG_UART_TRANS SIG_UART1_TRANS |
Definition at line 369 of file usart1avr.c.
#define dcb_usart dcb_usart1 |
Definition at line 371 of file usart1avr.c.