Home
last modified time | relevance | path

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

/bsp/raspberry-pico/Drivers/
A Ddrv_uart.c130 uart_set_format(uart->instance, cfg->data_bits, cfg->stop_bits, uart_parity); in pico_uart_configure()
/bsp/allwinner/libraries/sunxi-hal/hal/source/uart/
A Dhal_uart.c186 static void uart_set_format(uart_port_t uart_port, uart_word_length_t word_length, in uart_set_format() function
651 uart_set_format(uart_port, uart_config->word_length, in hal_uart_init()
888 uart_set_format(uart_port, uart_config->word_length, in hal_uart_control()
/bsp/allwinner/libraries/drivers/
A Ddrv_uart.c475 static void uart_set_format(uart_port_t uart_port, uint8_t data_bits, uint8_t stop_bits, uint8_t pa… in uart_set_format() function
590 uart_set_format(uart->uart_port, cfg->data_bits, cfg->stop_bits, cfg->parity); in _uart_configure()

Completed in 9 milliseconds