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

XgUartDev


Variables

NUTDEVICE devUart0
 UART 0 Device information structure.

NUTDEVICE devUart1
 UART 1 Device information structure.


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.


Generated on Thu Jan 30 22:30:57 2003 for EduNet by doxygen1.2.18