Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

Defines for Default Values
[IXP425 UART Access (IxUARTAcc) API]

Default values which can be used for UART configuration. More...

Defines

#define IX_UART_DEF_OPTS
 The default hardware options to set the UART to - no flow control, 8 bit word, 1 stop bit, no parity.

#define IX_UART_DEF_XMIT
 The default UART FIFO size - must be no bigger than 64.

#define IX_UART_DEF_BAUD
 The default UART baud rate - 9600.

#define IX_UART_MIN_BAUD
 The minimum UART baud rate - 9600.

#define IX_UART_MAX_BAUD
 The maximum UART baud rate - 926100.

#define IX_UART_XTAL
 The UART clock speed.


Detailed Description

Default values which can be used for UART configuration.

See also:
ixUARTDev

Define Documentation

#define IX_UART_DEF_BAUD
 

The default UART baud rate - 9600.

Definition at line 108 of file IxUART.h.

#define IX_UART_DEF_OPTS
 

The default hardware options to set the UART to - no flow control, 8 bit word, 1 stop bit, no parity.

Definition at line 90 of file IxUART.h.

#define IX_UART_DEF_XMIT
 

The default UART FIFO size - must be no bigger than 64.

Definition at line 99 of file IxUART.h.

#define IX_UART_MAX_BAUD
 

The maximum UART baud rate - 926100.

Definition at line 126 of file IxUART.h.

#define IX_UART_MIN_BAUD
 

The minimum UART baud rate - 9600.

Definition at line 117 of file IxUART.h.

#define IX_UART_XTAL
 

The UART clock speed.

Definition at line 135 of file IxUART.h.

Automatically generated from sources. © Intel Corp. 2003