UART_SET_OPTIONS
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
uart_set_options - setup the serial console parameters
SYNOPSIS
"SYNOPSIS"
int __init uart_set_options (struct uart_port * port, struct console * co, int baud, int parity, int bits, int flow);
ARGUMENTS
- port
-
pointer to the serial ports uart_port structure
- co
-
console pointer
- baud
-
baud rate
- parity
-
parity character - 'n' (none), 'o' (odd), 'e' (even)
- bits
-
number of data bits
- flow
-
flow control character - 'r' (rts)
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:56 GMT, October 09, 2005