Home
last modified time | relevance | path

Searched refs:ETS_MAX_INTR_SOURCE (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-latest/components/soc/esp32s3/
Dinterrupts.c9 const char *const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
/hal_espressif-latest/components/soc/esp32s2/
Dinterrupts.c9 const char * const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
/hal_espressif-latest/components/soc/esp32/
Dinterrupts.c9 const char * const esp_isr_names[ETS_MAX_INTR_SOURCE] = {
/hal_espressif-latest/components/soc/include/soc/
Dinterrupts.h25 extern const char * const esp_isr_names[ETS_MAX_INTR_SOURCE];
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dperiph_defs.h84 ETS_MAX_INTR_SOURCE, enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dperiph_defs.h108 ETS_MAX_INTR_SOURCE, enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dperiph_defs.h128 ETS_MAX_INTR_SOURCE, enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h145 ETS_MAX_INTR_SOURCE, /**< number of interrupt sources */ enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dperiph_defs.h142 ETS_MAX_INTR_SOURCE, enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h156 ETS_MAX_INTR_SOURCE, /**< number of interrupt sources */ enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h291 #define ETS_MAX_INTR_SOURCE 69/**< total number of interrupt sources*/ macro
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c148 for (int i = 0; i < ETS_MAX_INTR_SOURCE; i++) { in core_intr_matrix_clear()
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c72 uint32_t intr_src_num = ETS_MAX_INTR_SOURCE; in esp_mprot_set_intr_matrix()