Searched refs:uart_write_lcr_bits_masked (Results 1 – 1 of 1) sorted by relevance
116 static void uart_write_lcr_bits_masked(uart_inst_t *uart, uint32_t values, uint32_t write_mask) { in uart_write_lcr_bits_masked() function149 uart_write_lcr_bits_masked(uart, 0, 0); in uart_set_baudrate()161 uart_write_lcr_bits_masked(uart, in uart_set_format()180 uart_write_lcr_bits_masked(uart, lcr_h_fen_bits, UART_UARTLCR_H_FEN_BITS); in uart_set_fifo_enabled()191 uart_write_lcr_bits_masked(uart, lcr_h_brk_bits, UART_UARTLCR_H_BRK_BITS); in uart_set_break()
Completed in 2 milliseconds