Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dcache_err_int.c52 esp_rom_route_intr_matrix(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_CACHEERR_INUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dcache_err_int.c52 esp_rom_route_intr_matrix(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_CACHEERR_INUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dcache_err_int.c42 esp_rom_route_intr_matrix(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_MEMACCESS_ERR_INUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dcache_err_int.c37 esp_rom_route_intr_matrix(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_CACHEERR_INUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dcache_err_int.c39 esp_rom_route_intr_matrix(core_id, ETS_CACHE_IA_INTR_SOURCE, ETS_MEMACCESS_ERR_INUM); in esp_cache_err_int_init()
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dperiph_defs.h66 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dperiph_defs.h82 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dperiph_defs.h119 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dperiph_defs.h113 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc.h290 #define ETS_CACHE_IA_INTR_SOURCE 68/**< interrupt of Cache Invalied Access, LEVEL*/ macro