Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h96 ETS_USB_INTR_SOURCE = 48, /**< interrupt of USB, level*/ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h95 ETS_USB_INTR_SOURCE, /**< interrupt of USB, level*/ enumerator
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c155 intr_matrix_set(0, ETS_USB_INTR_SOURCE, ETS_USB_INUM); in stub_configure_rx_usb()
/hal_espressif-latest/components/esp_system/port/
Dusb_console.c275 err = esp_intr_alloc(ETS_USB_INTR_SOURCE, ISR_FLAG | ESP_INTR_FLAG_INTRDISABLED, in esp_usb_console_init()
/hal_espressif-latest/tools/esptool_py/flasher_stub/include/
Dsoc_support.h312 #define ETS_USB_INTR_SOURCE 48 macro