Home
last modified time | relevance | path

Searched refs:esp_mprot_pms_world_to_str (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c47 const char *esp_mprot_pms_world_to_str(const esp_mprot_pms_world_t world_type) in esp_mprot_pms_world_to_str() function
/hal_espressif-3.6.0/components/esp_hw_support/include/esp_private/
Desp_memprot_internal.h46 const char *esp_mprot_pms_world_to_str(const esp_mprot_pms_world_t world_type);
/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/
Dpanic_arch.c187 panic_print_str(esp_mprot_pms_world_to_str(world)); in print_memprot_err_details()
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c128 esp_rom_printf(" world: %s,", esp_mprot_pms_world_to_str(world)); in test_mprot_dump_status_register()