Searched refs:ODD_PARITY (Results 1 – 12 of 12) sorted by relevance
58 ODD_PARITY, /**< Odd parity check */ enumerator
62 ODD_PARITY, /**< Odd parity check */ enumerator
59 ODD_PARITY, /**< Odd parity check */ enumerator
155 ODD_PARITY, enumerator
87 ODD_PARITY, enumerator
236 }else if(uart->config.parity == ODD_PARITY){ in hal_uart_init()
167 dev->config.parity = ODD_PARITY; in machine_uart_init_helper()
170 dev->config.parity = ODD_PARITY; in machine_uart_init_helper()
253 return ODD_PARITY; in _arg_to_parity()
297 config->parity = ODD_PARITY; in board_parse_uart()
332 config->parity = ODD_PARITY; in board_parse_uart()
Completed in 17 milliseconds