Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/usb/
Dusb_persist.h20 #define USBDC_PERSIST_ENA (1<<31) macro
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/usb/
Dusb_persist.h20 #define USBDC_PERSIST_ENA (1<<31) macro
/hal_espressif-latest/components/bootloader_support/src/
Dbootloader_console_loader.c77 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in bootloader_console_deinit()
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c229 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in esp_usb_console_before_restart()
235 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in esp_usb_console_before_restart()
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c261 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in stub_io_idle_hook()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Drom_functions.h141 #define USBDC_PERSIST_ENA (1<<31) macro