1. NAME▲
uart_set_options - setup the serial console parameters
2. SYNOPSIS ▲
int uart_set_options(struct uart_port * port , struct console * co , int baud , int parity , int bits , int flow );
3. ARGUMENTS ▲
port
pointer to the serial ports uart_port structure
co
console pointer
baud
baud rate
parity
parity character - AqnAq (none), AqoAq (odd), AqeAq (even)
bits
number of data bits
flow
flow control character - AqrAq (rts)
4. COPYRIGHT ▲