Searched refs:uart (Results 1 – 20 of 20) sorted by relevance
58 UartDevice *uart = GetUartDevice(); in esp_rom_uart_switch_buffer() local59 uart->buff_uart_no = uart_no; in esp_rom_uart_switch_buffer()
45 UartDevice *uart = GetUartDevice(); in stub_uses_usb_jtag_serial() local48 return uart->buff_uart_no == UART_USB_JTAG_SERIAL; in stub_uses_usb_jtag_serial()125 UartDevice *uart = GetUartDevice(); in stub_uses_usb_otg() local128 return uart->buff_uart_no == UART_USB_OTG; in stub_uses_usb_otg()
15 #include "esp32/rom/uart.h"17 #include "esp32c3/rom/uart.h"19 #include "esp32s3/rom/uart.h"58 │ │ ├── uart.h
26 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 ~ 100000058 prompt "select uart parity"
44 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 ~ 100000076 prompt "select uart parity"
17 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).
34 …catenation of the peripheral name and its instance number (respectively, `uart` and `0` from the s…
97 void uart_tx_flush(int uart);
14 …SWAP_UART_SDIO_EN (BLOCK0) Represents whether pad of uart and sdio is swap…
132 …be powered down, the uart FIFO will be flushed before sleep to avoid data loss, however, this has …
521 "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"
111 … EFUSE_BLK0, 39, 1, [] Represents whether pad of uart and sdio is swapped…
70 ../../components/driver/uart/include
69 ../../components/driver/uart/include
66 ../../components/driver/uart/include
71 ../../components/driver/uart/include
67 ../../components/driver/uart/include
198 Uart number for HCI. The available uart is UART1 and UART2.