Home
last modified time | relevance | path

Searched refs:UART_STOP_BITS_1 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Duart_types.h68 UART_STOP_BITS_1 = 0x1, /*!< stop bit: 1bit*/ enumerator
/hal_espressif-latest/components/hal/
Duart_hal.c135 uart_ll_set_stop_bits(hal->dev, UART_STOP_BITS_1); in uart_hal_init()
152 symbol_len += (stop_bit > UART_STOP_BITS_1) ? 2 : 1; in uart_hal_get_symb_len()
/hal_espressif-latest/components/bt/include/esp32h4/include/
Desp_bt_cfg.h171 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)
/hal_espressif-latest/components/bt/controller/esp32c6/
Desp_bt_cfg.h191 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)
/hal_espressif-latest/components/bt/controller/esp32h2/
Desp_bt_cfg.h191 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)
/hal_espressif-latest/components/bt/controller/esp32c2/
Desp_bt_cfg.h263 #define DEFAULT_BT_LE_HCI_UART_STOP_BITS (UART_STOP_BITS_1)