Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart.h25 uint8_t hci_uart_stop_bits; /*!< Stop bits of UART for HCI */ member
44 .hci_uart_stop_bits = DEFAULT_BT_LE_HCI_UART_STOP_BITS, \
Dhci_driver_uart_config.c23 uart_cfg->stop_bits = uart_config->hci_uart_stop_bits; in hci_driver_uart_config()