Home
last modified time | relevance | path

Searched refs:esp_mprot_pms_area_t (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32h2/
Dsoc_memprot_types.h45 } esp_mprot_pms_area_t; typedef
103 static inline const char *esp_mprot_pms_area_to_str(const esp_mprot_pms_area_t area_type) in esp_mprot_pms_area_to_str()
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s2/
Dsoc_memprot_types.h45 } esp_mprot_pms_area_t; typedef
103 static inline const char *esp_mprot_pms_area_to_str(const esp_mprot_pms_area_t area_type) in esp_mprot_pms_area_to_str()
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32s3/
Dsoc_memprot_types.h45 } esp_mprot_pms_area_t; typedef
105 static inline const char *esp_mprot_pms_area_to_str(const esp_mprot_pms_area_t area_type) in esp_mprot_pms_area_to_str()
/hal_espressif-3.6.0/components/esp_hw_support/include/esp_private/
Desp_memprot_internal.h146 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags);
158 esp_err_t esp_mprot_get_pms_area(const esp_mprot_pms_area_t area_type, uint32_t *flags);
/hal_espressif-3.6.0/components/esp_hw_support/include/soc/esp32c3/
Dsoc_memprot_types.h65 } esp_mprot_pms_area_t; typedef
141 static inline const char *esp_mprot_pms_area_to_str(const esp_mprot_pms_area_t area_type) in esp_mprot_pms_area_to_str()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32h2/
Desp_memprot.c76 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area()
81 esp_err_t esp_mprot_get_pms_area(const esp_mprot_pms_area_t area_type, uint32_t *flags) in esp_mprot_get_pms_area()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32s3/
Desp_memprot.c76 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area()
81 esp_err_t esp_mprot_get_pms_area(const esp_mprot_pms_area_t area_type, uint32_t *flags) in esp_mprot_get_pms_area()
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Desp_memprot.c227 esp_err_t esp_mprot_set_pms_area(const esp_mprot_pms_area_t area_type, const uint32_t flags) in esp_mprot_set_pms_area()
271 esp_err_t esp_mprot_get_pms_area(const esp_mprot_pms_area_t area_type, uint32_t *flags) in esp_mprot_get_pms_area()
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c192 esp_mprot_pms_area_t area; in test_mprot_get_permissions()