Home
last modified time | relevance | path

Searched refs:ETS_USB_INTR_SOURCE (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dperiph_defs.h79 ETS_USB_INTR_SOURCE, /**< interrupt of USB, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dperiph_defs.h96 ETS_USB_INTR_SOURCE = 48, /**< interrupt of USB, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dperiph_defs.h95 ETS_USB_INTR_SOURCE, /**< interrupt of USB, level*/ enumerator
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/
Dstub_io.c151 intr_matrix_set(0, ETS_USB_INTR_SOURCE, ETS_USB_INUM); in stub_configure_rx_usb()
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/include/
Dsoc_support.h260 #define ETS_USB_INTR_SOURCE 48 macro
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dusb_console.c236 err = esp_intr_alloc(ETS_USB_INTR_SOURCE, ISR_FLAG | ESP_INTR_FLAG_INTRDISABLED, in esp_usb_console_init()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dusb_console.c236 err = esp_intr_alloc(ETS_USB_INTR_SOURCE, ISR_FLAG | ESP_INTR_FLAG_INTRDISABLED, in esp_usb_console_init()
/hal_espressif-3.6.0/components/usb/
Dhcd.c1009 esp_err_t intr_alloc_ret = esp_intr_alloc(ETS_USB_INTR_SOURCE, in hcd_install()