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/ |
D | cache_err_int.c | 51 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/ |
D | cache_err_int.c | 57 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/ |
D | cache_err_int.c | 57 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/ |
D | cache_err_int.c | 48 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/ |
D | cache_err_int.c | 35 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/ |
D | periph_defs.h | 89 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | periph_defs.h | 89 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | periph_defs.h | 119 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | periph_defs.h | 112 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | soc.h | 351 #define ETS_CACHE_IA_INTR_SOURCE 68/**< interrupt of Cache Invalied Access, LEVEL*/ macro
|