Home
last modified time | relevance | path

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

/external/platform/pico/rp2_common/hardware_uart/
A Duart.c156 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity) { in uart_set_format() argument
158 invalid_params_if(UART, stop_bits != 1 && stop_bits != 2); in uart_set_format()
163 ((stop_bits - 1u) << UART_UARTLCR_H_STP2_LSB) | in uart_set_format()
/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h216 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity);

Completed in 3 milliseconds