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

AT91 Debug Device
[Debug]

Collaboration diagram for AT91 Debug Device:


Detailed Description

Debug output driver for AT91 On-Chip UART.

This stream device driver writes data to the internal UART. The output is unbuffered and uses polling. Therefore it can be used for standard I/O output even within interrupt routines.


Variables

NUTDEVICE devDebug0
 Debug device 0 information structure.
NUTDEVICE devDebug1
 UART 1 Device information structure.


Variable Documentation

NUTDEVICE devDebug0
 

Initial value:

 {
    0,                          
    {'u', 'a', 'r', 't', '0', 0, 0, 0, 0}
    ,                           
    0,                          
    USART0_BASE,                
    0,                          
    0,                          
    &dbgfile0,                  
    Debug0Init,                 
    Debug0IOCtl,                
    0,                          
    DebugWrite,                 
    DebugOpen,                  
    DebugClose,                 
    0                           
}
Debug device 0 information structure.

NUTDEVICE devDebug1
 

Initial value:

 {
    0,                          
    {'u', 'a', 'r', 't', '1', 0, 0, 0, 0}
    ,                           
    0,                          
    USART1_BASE,                
    0,                          
    0,                          
    &dbgfile1,                  
    Debug1Init,                 
    Debug1IOCtl,                
    0,                          
    DebugWrite,                 
    DebugOpen,                  
    DebugClose,                 
    0                           
}
UART 1 Device information structure.


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