Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dperiph_defs.h69 ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, /**< interrupt of system timer 2, EDGE*/ enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dperiph_defs.h85 ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, /**< interrupt of system timer 2, EDGE*/ enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dperiph_defs.h110 ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, /**< interrupt of system timer 2, EDGE*/ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h122 ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, /**< interrupt of system timer 2, EDGE*/ enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dperiph_defs.h124 ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, /**< interrupt of system timer 2, EDGE*/ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h116 ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, /**< interrupt of system timer 2, EDGE*/ enumerator
/hal_espressif-latest/components/esp_timer/src/
Desp_timer_impl_systimer.c158 esp_err_t err = esp_intr_alloc(ETS_SYSTIMER_TARGET2_EDGE_INTR_SOURCE, isr_flags, in esp_timer_impl_init()