Searched refs:ETS_UART0_INTR_SOURCE (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-3.6.0/components/soc/esp32c3/ |
D | uart_periph.c | 51 .irq = ETS_UART0_INTR_SOURCE,
|
/hal_espressif-3.6.0/components/soc/esp32h2/ |
D | uart_periph.c | 51 .irq = ETS_UART0_INTR_SOURCE,
|
/hal_espressif-3.6.0/components/soc/esp32s2/ |
D | uart_periph.c | 51 .irq = ETS_UART0_INTR_SOURCE,
|
/hal_espressif-3.6.0/components/soc/esp32c3/include/soc/ |
D | periph_defs.h | 74 ETS_UART0_INTR_SOURCE, /**< interrupt of UART0, level*/ enumerator
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | periph_defs.h | 74 ETS_UART0_INTR_SOURCE, /**< interrupt of UART0, level*/ enumerator
|
/hal_espressif-3.6.0/components/soc/esp32s3/ |
D | uart_periph.c | 51 .irq = ETS_UART0_INTR_SOURCE,
|
/hal_espressif-3.6.0/components/soc/esp32/ |
D | uart_periph.c | 51 .irq = ETS_UART0_INTR_SOURCE,
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | periph_defs.h | 88 ETS_UART0_INTR_SOURCE = 37, /**< interrupt of UART0, level*/ enumerator
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | periph_defs.h | 86 ETS_UART0_INTR_SOURCE, /**< interrupt of UART0, level*/ enumerator
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | soc.h | 318 #define ETS_UART0_INTR_SOURCE 34/**< interrupt of UART0, level*/ macro
|
/hal_espressif-3.6.0/components/esp_gdbstub/src/ |
D | gdbstub.c | 241 esp_intr_alloc(ETS_UART0_INTR_SOURCE, 0, _xt_gdbstub_int, NULL, &intr_handle_); in esp_gdbstub_init()
|