Searched refs:FLD_UART_PARITY_ENABLE (Results 1 – 2 of 2) sorted by relevance
60 FLD_UART_PARITY_ENABLE = BIT(2), enumerator
169 reg_uart_ctrl1(uart_num) |= FLD_UART_PARITY_ENABLE; //enable parity function in uart_init()178 reg_uart_ctrl1(uart_num) &= (~FLD_UART_PARITY_ENABLE); //disable parity function in uart_init()