Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32s2/
Desp_rom_caps.h16 #define ESP_ROM_USB_OTG_NUM (3) // The serial port ID (UART, USB, ...) of USB_OTG C… macro
DKconfig.soc_caps.in34 config ESP_ROM_USB_OTG_NUM config
/hal_espressif-latest/components/esp_rom/esp32s3/
Desp_rom_caps.h15 #define ESP_ROM_USB_OTG_NUM (3) // The serial port ID (UART, USB, ...) of USB_OTG C… macro
DKconfig.soc_caps.in30 config ESP_ROM_USB_OTG_NUM config
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console.c103 esp_rom_uart_set_as_console(ESP_ROM_USB_OTG_NUM); in bootloader_console_init()
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c301 esp_rom_uart_set_as_console(ESP_ROM_USB_OTG_NUM); in esp_usb_console_init()