Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c71 uint stop_bits = 1; in uart_init() local
183 void uart_set_format(uart_inst_t *uart, uint data_bits, uint stop_bits, uart_parity_t parity) { in uart_set_format()