Searched refs:uart_cfg (Results 1 – 1 of 1) sorted by relevance
19 uart_config_t *uart_cfg; in hci_driver_uart_config() local20 uart_cfg = &s_uart_cfg; in hci_driver_uart_config()21 uart_cfg->baud_rate = uart_config->hci_uart_baud; in hci_driver_uart_config()22 uart_cfg->data_bits = uart_config->hci_uart_data_bits; in hci_driver_uart_config()23 uart_cfg->stop_bits = uart_config->hci_uart_stop_bits; in hci_driver_uart_config()24 uart_cfg->parity = uart_config->hci_uart_parity; in hci_driver_uart_config()25 uart_cfg->flow_ctrl = uart_config->hci_uart_flow_ctrl; in hci_driver_uart_config()26 uart_cfg->source_clk= UART_SCLK_DEFAULT; in hci_driver_uart_config()27 uart_cfg->rx_flow_ctrl_thresh = UART_FIFO_LEN - 1; in hci_driver_uart_config()35 ESP_ERROR_CHECK(uart_param_config(uart_config->hci_uart_port, uart_cfg)); in hci_driver_uart_config()