Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages   Examples  

ATmega On-Chip UART Devices
[AVR UART Device Driver]

UART Device Structures. More...

Variables

NUTDEVICE devUart0
 UART 0 Device information structure.

NUTDEVICE devUart1
 UART 1 Device information structure.


Detailed Description

UART Device Structures.


Variable Documentation

NUTDEVICE devUart0
 

Initial value:

 {
    0,              
    { 'u', 'a', 'r', 't', '0', 0, 0, 0, 0 },    
    IFTYP_STREAM,   
    0,              
    0,              
    &ifs_uart0,     
    &dcb_uart0,     
    UartAvrInit,    
    UartAvrIOCtl    
}
UART 0 Device information structure.

NUTDEVICE devUart1
 

Initial value:

 {
    0,              
    { 'u', 'a', 'r', 't', '1', 0, 0, 0, 0 },    
    IFTYP_STREAM,   
    1,              
    0,              
    &ifs_uart1,     
    &dcb_uart1,     
    UartAvrInit,    
    UartAvrIOCtl    
}
UART 1 Device information structure.


© 2000-2002 by egnite Software GmbH - visit http://www.ethernut.de/