Home
last modified time | relevance | path

Searched refs:uart_write_lcr_bits_masked (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c143 static void uart_write_lcr_bits_masked(uart_inst_t *uart, uint32_t values, uint32_t write_mask) { in uart_write_lcr_bits_masked() function
176 uart_write_lcr_bits_masked(uart, 0, 0); in uart_set_baudrate()
188 uart_write_lcr_bits_masked(uart, in uart_set_format()
207 uart_write_lcr_bits_masked(uart, lcr_h_fen_bits, UART_UARTLCR_H_FEN_BITS); in uart_set_fifo_enabled()
218 uart_write_lcr_bits_masked(uart, lcr_h_brk_bits, UART_UARTLCR_H_BRK_BITS); in uart_set_break()