Searched refs:cache_ll_l1_enable_access_error_intr (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | cache_err_int.c | 59 cache_ll_l1_enable_access_error_intr(0, CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init() 67 cache_ll_l1_enable_access_error_intr(1, CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | cache_err_int.c | 49 cache_ll_l1_enable_access_error_intr(0, CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | cache_err_int.c | 49 cache_ll_l1_enable_access_error_intr(0, CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | cache_err_int.c | 63 cache_ll_l1_enable_access_error_intr(0, CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | cache_err_int.c | 63 cache_ll_l1_enable_access_error_intr(0, CACHE_LL_L1_ACCESS_EVENT_MASK); in esp_cache_err_int_init()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | cache_ll.h | 112 static inline void cache_ll_l1_enable_access_error_intr(uint32_t cache_id, uint32_t mask) in cache_ll_l1_enable_access_error_intr() function
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | cache_ll.h | 112 static inline void cache_ll_l1_enable_access_error_intr(uint32_t cache_id, uint32_t mask) in cache_ll_l1_enable_access_error_intr() function
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | cache_ll.h | 138 static inline void cache_ll_l1_enable_access_error_intr(uint32_t cache_id, uint32_t mask) in cache_ll_l1_enable_access_error_intr() function
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | cache_ll.h | 139 static inline void cache_ll_l1_enable_access_error_intr(uint32_t cache_id, uint32_t mask) in cache_ll_l1_enable_access_error_intr() function
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | cache_ll.h | 197 static inline void cache_ll_l1_enable_access_error_intr(uint32_t cache_id, uint32_t mask) in cache_ll_l1_enable_access_error_intr() function
|