Searched refs:esp_mprot_get_violate_operation (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/include/ |
D | esp_memprot.h | 138 esp_err_t esp_mprot_get_violate_operation(const esp_mprot_mem_t mem_type, uint32_t *oper, int const…
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/ |
D | esp_memprot.c | 185 esp_err_t IRAM_ATTR esp_mprot_get_violate_operation(const esp_mprot_mem_t mem_type, uint32_t *oper,… in esp_mprot_get_violate_operation() function
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 185 esp_err_t IRAM_ATTR esp_mprot_get_violate_operation(const esp_mprot_mem_t mem_type, uint32_t *oper,… in esp_mprot_get_violate_operation() function
|
/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/ |
D | panic_arch.c | 194 res = esp_mprot_get_violate_operation(s_memp_intr.mem_type, &operation, &s_memp_intr.core); in print_memprot_err_details()
|
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_memprot_main.c | 134 err = esp_mprot_get_violate_operation(mem_type, &oper, NULL); in test_mprot_dump_status_register()
|
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 556 esp_err_t IRAM_ATTR esp_mprot_get_violate_operation(const esp_mprot_mem_t mem_type, uint32_t *oper,… in esp_mprot_get_violate_operation() function
|