Searched refs:dw_uart_config_stop_bits (Results 1 – 3 of 3) sorted by relevance
93 int32_t dw_uart_config_stop_bits(dw_uart_regs_t *uart_base, uint32_t stop_bits) in dw_uart_config_stop_bits() function
292 ret = dw_uart_config_stop_bits(uart_base, 1U); in csi_uart_format()296 ret = dw_uart_config_stop_bits(uart_base, 2U); in csi_uart_format()301 ret = dw_uart_config_stop_bits(uart_base, 2U); in csi_uart_format()
414 int32_t dw_uart_config_stop_bits(dw_uart_regs_t *uart_base, uint32_t stop_bits);
Completed in 7 milliseconds