Searched refs:stop_bits (Results 1 – 3 of 3) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/ |
D | uart.c | 71 uint stop_bits = 1; in uart_init() local 75 ((stop_bits - 1u) << UART_UARTLCR_H_STP2_LSB) | in uart_init() 183 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity) { in uart_set_format() argument 185 invalid_params_if(HARDWARE_UART, stop_bits != 1 && stop_bits != 2); in uart_set_format() 190 ((stop_bits - 1u) << UART_UARTLCR_H_STP2_LSB) | in uart_set_format()
|
/hal_rpi_pico-latest/src/host/hardware_uart/include/hardware/ |
D | uart.h | 56 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity);
|
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/ |
D | uart.h | 348 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity);
|