1UART_SET_OPTIONS(9) 16x50 UART Driver UART_SET_OPTIONS(9)
2
3
4
6 uart_set_options - setup the serial console parameters
7
9 int uart_set_options(struct uart_port * port, struct console * co,
10 int baud, int parity, int bits, int flow);
11
13 port
14 pointer to the serial ports uart_port structure
15
16 co
17 console pointer
18
19 baud
20 baud rate
21
22 parity
23 parity character - ´n´ (none), ´o´ (odd), ´e´ (even)
24
25 bits
26 number of data bits
27
28 flow
29 flow control character - ´r´ (rts)
30
32Kernel Hackers Manual 2.6. June 2019 UART_SET_OPTIONS(9)