Home
last modified time | relevance | path

Searched defs:uart (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c45 UartDevice *uart = GetUartDevice(); in stub_uses_usb_jtag_serial() local
121 UartDevice *uart = GetUartDevice(); in stub_uses_usb_otg() local
/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_console.c122 UartDevice *uart = GetUartDevice(); in bootloader_console_init() local
/hal_espressif-3.4.0/components/vfs/
Dvfs_uart.c62 uart_dev_t* uart; member
153 uart_dev_t* uart = s_ctx[fd]->uart; in uart_tx_char() local
171 uart_dev_t* uart = s_ctx[fd]->uart; in uart_rx_char() local
/hal_espressif-3.4.0/examples/protocols/slip/slip_udp/components/slip_modem/library/
Dslip_modem.c56 esp_slip_uart_t uart; member
/hal_espressif-3.4.0/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.h139 } uart; /*!< UART specific configuration */ member