Lines Matching defs:parity
411 port->icount.parity++;
453 * Apply rdr_mask on buffer in order to mask parity bit.
455 * 8 bits and already ignores parity bit.
1206 * CS8 + parity, 9 bits word aka [M1:M0] = 0b01
1207 * CS7 or (CS6 + parity), 7 bits word aka [M1:M0] = 0b10
1208 * CS8 or (CS7 + parity), 8 bits word aka [M1:M0] = 0b00
1296 * If we're ignoring parity and break indicators,
1909 int parity = 'n';
1927 uart_parse_options(options, &baud, &parity, &bits, &flow);
1929 return uart_set_options(&stm32port->port, co, baud, parity, bits, flow);