Home
last modified time | relevance | path

Searched refs:stop_bits (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/porting/transport/driver/uart/
Dhci_driver_uart_config.c23 uart_cfg->stop_bits = uart_config->hci_uart_stop_bits; in hci_driver_uart_config()
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Duart.h148 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Duart.h148 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Duart.h148 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Duart.h146 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Duart.h148 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Duart.h147 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Duart.h148 UartStopBitsNum stop_bits; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dport_api.h61 UINT8 stop_bits; member
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h173 int stop_bits; member
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_fsm.c884 port_pars->stop_bits = p_frame->u.rpn.stop_bits; in rfc_set_port_state()
Drfc_ts_frames.c487 | (p_pars->stop_bits << RFCOMM_RPN_STOP_BITS_SHIFT) in rfc_send_rpn()
909 …p_rx_frame->u.rpn.stop_bits = (*p_data >> RFCOMM_RPN_STOP_BITS_SHIFT) & RFCOMM_RPN_STOP_BITS_MAS… in rfc_process_mx_message()
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h117 UINT8 stop_bits; member
/hal_espressif-latest/components/driver/uart/
Duart.c699 uart_hal_set_stop_bits(&(uart_context[uart_num].hal), uart_config->stop_bits); in uart_param_config()