Home
last modified time | relevance | path

Searched refs:lock_feature (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s3/
Dsoc_memprot_types.h76 bool lock_feature; /*!< Lock all PMS settings */ member
89 .lock_feature = true, \
105 .lock_feature = true, \
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32s2/
Dsoc_memprot_types.h52 bool lock_feature; /*!< Lock all PMS settings */ member
59 .lock_feature = true, \
Dmemprot.h377 esp_err_t esp_memprot_set_prot(bool invoke_panic_handler, bool lock_feature, uint32_t *mem_type_mas…
/hal_espressif-latest/components/esp_hw_support/include/soc/esp32c3/
Dsoc_memprot_types.h72 bool lock_feature; /*!< Lock all PMS settings */ member
79 .lock_feature = true, \
/hal_espressif-latest/components/esp_hw_support/port/esp32s2/
Dmemprot.c779 esp_err_t esp_memprot_set_prot(bool invoke_panic_handler, bool lock_feature, uint32_t *mem_type_mas… in esp_memprot_set_prot() argument
883 if (lock_feature) { in esp_memprot_set_prot()
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c663 memp_cfg.lock_feature = false;
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/
Desp_memprot.c1021 if (memp_config->lock_feature) { in esp_mprot_set_prot()
1174 if (memp_config->lock_feature) { in esp_mprot_set_prot()
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/
Desp_memprot.c735 if (memp_config->lock_feature) { in esp_mprot_set_prot()