Home
last modified time | relevance | path

Searched refs:ETS_UART0_INTR_SOURCE (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.6.0/components/soc/esp32c3/
Duart_periph.c51 .irq = ETS_UART0_INTR_SOURCE,
/hal_espressif-3.6.0/components/soc/esp32h2/
Duart_periph.c51 .irq = ETS_UART0_INTR_SOURCE,
/hal_espressif-3.6.0/components/soc/esp32s2/
Duart_periph.c51 .irq = ETS_UART0_INTR_SOURCE,
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/
Dperiph_defs.h74 ETS_UART0_INTR_SOURCE, /**< interrupt of UART0, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/
Dperiph_defs.h74 ETS_UART0_INTR_SOURCE, /**< interrupt of UART0, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32s3/
Duart_periph.c51 .irq = ETS_UART0_INTR_SOURCE,
/hal_espressif-3.6.0/components/soc/esp32/
Duart_periph.c51 .irq = ETS_UART0_INTR_SOURCE,
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Dperiph_defs.h88 ETS_UART0_INTR_SOURCE = 37, /**< interrupt of UART0, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dperiph_defs.h86 ETS_UART0_INTR_SOURCE, /**< interrupt of UART0, level*/ enumerator
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dsoc.h318 #define ETS_UART0_INTR_SOURCE 34/**< interrupt of UART0, level*/ macro
/hal_espressif-3.6.0/components/esp_gdbstub/src/
Dgdbstub.c241 esp_intr_alloc(ETS_UART0_INTR_SOURCE, 0, _xt_gdbstub_int, NULL, &intr_handle_); in esp_gdbstub_init()