Home
last modified time | relevance | path

Searched refs:ETS_CACHE_IA_INTR_SOURCE (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dcache_err_int.c51 intr_matrix_set(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_MEMACCESS_ERR_INUM); in esp_cache_err_int_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32c3/
Dcache_err_int.c57 intr_matrix_set(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_CACHEERR_INUM); in esp_cache_err_int_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32h2/
Dcache_err_int.c57 intr_matrix_set(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_CACHEERR_INUM); in esp_cache_err_int_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dcache_err_int.c48 intr_matrix_set(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_MEMACCESS_ERR_INUM); in esp_cache_err_int_init()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dcache_err_int.c35 intr_matrix_set(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_CACHEERR_INUM); in esp_cache_err_int_init()
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dperiph_defs.h89 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dperiph_defs.h89 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dperiph_defs.h119 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dperiph_defs.h112 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dsoc.h351 #define ETS_CACHE_IA_INTR_SOURCE 68/**< interrupt of Cache Invalied Access, LEVEL*/ macro