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. | |
{
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.
{
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.
{
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.