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

Defines for IOCTL Arguments
[IXP425 UART Access (IxUARTAcc) API]

POSIX style IOCTL arguments which can be used with ixUARTIoctl. More...

Defines

#define CLOCAL
 Software flow control.

#define CREAD
 Enable interrupt receiver.

#define CSIZE
 Characters size.

#define CS5
 5 bits

#define CS6
 6 bits

#define CS7
 7 bits

#define CS8
 8 bits

#define STOPB
 Send two stop bits (else one).

#define PARENB
 Parity detection enabled (else disabled).

#define PARODD
 Odd parity (else even).


Detailed Description

POSIX style IOCTL arguments which can be used with ixUARTIoctl.

See also:
ixUARTMode

Define Documentation

#define CLOCAL
 

Software flow control.

Definition at line 230 of file IxUART.h.

#define CREAD
 

Enable interrupt receiver.

Definition at line 239 of file IxUART.h.

#define CS5
 

5 bits

Definition at line 257 of file IxUART.h.

#define CS6
 

6 bits

Definition at line 266 of file IxUART.h.

#define CS7
 

7 bits

Definition at line 275 of file IxUART.h.

#define CS8
 

8 bits

Definition at line 284 of file IxUART.h.

#define CSIZE
 

Characters size.

Definition at line 248 of file IxUART.h.

#define PARENB
 

Parity detection enabled (else disabled).

Definition at line 302 of file IxUART.h.

#define PARODD
 

Odd parity (else even).

Definition at line 311 of file IxUART.h.

#define STOPB
 

Send two stop bits (else one).

Definition at line 293 of file IxUART.h.

Automatically generated from sources. © Intel Corp. 2003