Searched refs:ETS_CACHE_IA_INTR_SOURCE (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | cache_err_int.c | 52 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/ |
D | cache_err_int.c | 52 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/ |
D | cache_err_int.c | 42 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/ |
D | cache_err_int.c | 37 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/ |
D | cache_err_int.c | 39 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/ |
D | periph_defs.h | 66 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | periph_defs.h | 82 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | periph_defs.h | 119 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | periph_defs.h | 113 ETS_CACHE_IA_INTR_SOURCE, /**< interrupt of Cache Invalied Access, LEVEL*/ enumerator
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | soc.h | 290 #define ETS_CACHE_IA_INTR_SOURCE 68/**< interrupt of Cache Invalied Access, LEVEL*/ macro
|