Searched refs:MEMP_LL_AREA_LOW (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 429 case MEMP_LL_AREA_LOW: in memprot_ll_rtcfast_set_pms_area() 443 case MEMP_LL_AREA_LOW: in memprot_ll_rtcfast_set_pms_area() 479 case MEMP_LL_AREA_LOW: in memprot_ll_rtcfast_get_pms_area() 491 case MEMP_LL_AREA_LOW: in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-3.5.0/components/hal/include/hal/ |
D | memprot_types.h | 44 MEMP_LL_AREA_LOW = 1, enumerator
|
/hal_espressif-3.5.0/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 259 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_LL_WORLD_0, MEMP_LL_AREA_LOW); in esp_mprot_set_pms_area() 307 memprot_ll_rtcfast_get_pms_area(&r, &w, &x, MEMP_LL_WORLD_0, MEMP_LL_AREA_LOW); in esp_mprot_get_pms_area() 831 …(memprot_ll_rtcfast_get_pms_area(&arl0rtc, &awl0rtc, &axl0rtc, MEMP_LL_WORLD_0, MEMP_LL_AREA_LOW)); in esp_mprot_dump_configuration()
|