Home
last modified time | relevance | path

Searched refs:MEMP_LL_AREA_HIGH (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h433 case MEMP_LL_AREA_HIGH: in memprot_ll_rtcfast_set_pms_area()
447 case MEMP_LL_AREA_HIGH: in memprot_ll_rtcfast_set_pms_area()
482 case MEMP_LL_AREA_HIGH: in memprot_ll_rtcfast_get_pms_area()
494 case MEMP_LL_AREA_HIGH: in memprot_ll_rtcfast_get_pms_area()
/hal_espressif-3.6.0/components/hal/include/hal/
Dmemprot_types.h45 MEMP_LL_AREA_HIGH = 2 enumerator
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/
Desp_memprot.c262 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_LL_WORLD_0, MEMP_LL_AREA_HIGH); in esp_mprot_set_pms_area()
310 memprot_ll_rtcfast_get_pms_area(&r, &w, &x, MEMP_LL_WORLD_0, MEMP_LL_AREA_HIGH); in esp_mprot_get_pms_area()
840 …memprot_ll_rtcfast_get_pms_area(&arh0rtc, &awh0rtc, &axh0rtc, MEMP_LL_WORLD_0, MEMP_LL_AREA_HIGH)); in esp_mprot_dump_configuration()