Home
last modified time | relevance | path

Searched refs:uart (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_uart.c58 UartDevice *uart = GetUartDevice(); in esp_rom_uart_switch_buffer() local
59 uart->buff_uart_no = uart_no; in esp_rom_uart_switch_buffer()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c45 UartDevice *uart = GetUartDevice(); in stub_uses_usb_jtag_serial() local
48 return uart->buff_uart_no == UART_USB_JTAG_SERIAL; in stub_uses_usb_jtag_serial()
125 UartDevice *uart = GetUartDevice(); in stub_uses_usb_otg() local
128 return uart->buff_uart_no == UART_USB_OTG; in stub_uses_usb_otg()
/hal_espressif-latest/components/esp_rom/
DREADME.md15 #include "esp32/rom/uart.h"
17 #include "esp32c3/rom/uart.h"
19 #include "esp32s3/rom/uart.h"
58 │   │   ├── uart.h
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in26 bool "HCI uart Hardware Flow ctrl"
31 int "HCI uart Tx gpio"
36 int "HCI uart Rx gpio"
41 int "HCI uart RTS gpio"
46 int "HCI uart CTS gpio"
51 int "HCI uart baudrate"
55 HCI uart baud rate 115200 ~ 1000000
58 prompt "select uart parity"
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in44 bool "HCI uart Hardware Flow ctrl"
49 int "HCI uart Tx gpio"
54 int "HCI uart Rx gpio"
59 int "HCI uart RTS gpio"
64 int "HCI uart CTS gpio"
69 int "HCI uart baudrate"
73 HCI uart baud rate 115200 ~ 1000000
76 prompt "select uart parity"
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in44 bool "HCI uart Hardware Flow ctrl"
49 int "HCI uart Tx gpio"
54 int "HCI uart Rx gpio"
59 int "HCI uart RTS gpio"
64 int "HCI uart CTS gpio"
69 int "HCI uart baudrate"
73 HCI uart baud rate 115200 ~ 1000000
76 prompt "select uart parity"
/hal_espressif-latest/components/newlib/
DKconfig17 This option doesn't affect behavior of the UART driver (drivers/uart.h).
41 This option doesn't affect behavior of the UART driver (drivers/uart.h).
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md34 …catenation of the peripheral name and its instance number (respectively, `uart` and `0` from the s…
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h97 void uart_tx_flush(int uart);
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-C6.rst14 …SWAP_UART_SDIO_EN (BLOCK0) Represents whether pad of uart and sdio is swap…
/hal_espressif-latest/components/esp_pm/
DKconfig132 …be powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has …
/hal_espressif-latest/components/bt/
DCMakeLists.txt521 "porting/transport/driver/uart/hci_driver_uart_config.c"
525 "porting/transport/driver/uart/hci_driver_uart_dma.c"
529 "porting/transport/driver/uart/hci_driver_uart.c"
/hal_espressif-latest/components/efuse/esp32c6/
Desp_efuse_table.csv111 … EFUSE_BLK0, 39, 1, [] Represents whether pad of uart and sdio is swapped…
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt70 ../../components/driver/uart/include
/hal_espressif-latest/zephyr/esp32c2/
DCMakeLists.txt69 ../../components/driver/uart/include
/hal_espressif-latest/zephyr/esp32s2/
DCMakeLists.txt66 ../../components/driver/uart/include
/hal_espressif-latest/zephyr/esp32c3/
DCMakeLists.txt71 ../../components/driver/uart/include
/hal_espressif-latest/zephyr/esp32c6/
DCMakeLists.txt70 ../../components/driver/uart/include
/hal_espressif-latest/zephyr/esp32s3/
DCMakeLists.txt67 ../../components/driver/uart/include
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in198 Uart number for HCI. The available uart is UART1 and UART2.