other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
UART_SET_OPTIONS(9) | 16x50 UART Driver | UART_SET_OPTIONS(9) |
NAME¶
uart_set_options - setup the serial console parametersSYNOPSIS¶
int
uart_set_options(struct uart_port * port,
struct console * co, int baud,
int parity, int bits,
int flow);
ARGUMENTS¶
portpointer 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)
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |