Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/usb/
Dusb_persist.h28 #define USBDC_PERSIST_ENA (1<<31) macro
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/usb/
Dusb_persist.h28 #define USBDC_PERSIST_ENA (1<<31) macro
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dusb_console.c186 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in esp_usb_console_before_restart()
192 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in esp_usb_console_before_restart()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dusb_console.c187 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in esp_usb_console_before_restart()
193 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in esp_usb_console_before_restart()
/hal_espressif-3.4.0/components/bootloader_support/src/
Dbootloader_console_loader.c76 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in bootloader_console_deinit()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c250 chip_usb_set_persist_flags(USBDC_PERSIST_ENA); in stub_io_idle_hook()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/include/
Drom_functions.h137 #define USBDC_PERSIST_ENA (1<<31) macro