Nut/OS  4.10.3
API Reference
XgNutArchArmAvr32Us

Avr32 USART0 Device

NUTDEVICE devUsartAvr320
 USART0 device information structure.

Avr32 USART1 Device

NUTDEVICE devUsartAvr321
 USART1 device information structure.

Avr32 USART1 Device

NUTDEVICE devUsartAvr322
 USART1 device information structure.

Variable Documentation

Initial value:
 {
    0,                          
    {'u', 'a', 'r', 't', '0', 0, 0, 0, 0},      
    IFTYP_CHAR,                 
    0,                          
    0,                          
    0,                          
    &dcb_usart0,                
    UsartInit,                  
    UsartIOCtl,                 
    UsartRead,                  
    UsartWrite,                 
    UsartOpen,                  
    UsartClose,                 
    UsartSize                   
}

USART0 device information structure.

An application must pass a pointer to this structure to NutRegisterDevice() before using the serial communication driver of the Avr32's on-chip USART0.

The device is named uart0.

Definition at line 130 of file usart0.c.

Initial value:
 {
    0,                          
    {'u', 'a', 'r', 't', '1', 0, 0, 0, 0},      
    IFTYP_CHAR,                 
    0,                          
    0,                          
    0,                          
    &dcb_usart1,                
    UsartInit,                  
    UsartIOCtl,                 
    UsartRead,                  
    UsartWrite,                 
    UsartOpen,                  
    UsartClose,                 
    UsartSize                   
}

USART1 device information structure.

An application must pass a pointer to this structure to NutRegisterDevice() before using the serial communication driver of the Avr32's on-chip USART1.

The device is named uart1.

Definition at line 130 of file usart1.c.

Initial value:
 {
    0,                          
    {'u', 'a', 'r', 't', '2', 0, 0, 0, 0},      
    IFTYP_CHAR,                 
    0,                          
    0,                          
    0,                          
    &dcb_usart2,                
    UsartInit,                  
    UsartIOCtl,                 
    UsartRead,                  
    UsartWrite,                 
    UsartOpen,                  
    UsartClose,                 
    UsartSize                   
}

USART1 device information structure.

An application must pass a pointer to this structure to NutRegisterDevice() before using the serial communication driver of the Avr32's on-chip USART1.

The device is named uart1.

Definition at line 130 of file usart2.c.