Searched refs:MEMP_HAL_AREA_LOW (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | memprot_types.h | 48 MEMP_HAL_AREA_LOW = 1, enumerator
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 429 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_set_pms_area() 443 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_set_pms_area() 479 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_get_pms_area() 491 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 259 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW); in esp_mprot_set_pms_area() 307 memprot_ll_rtcfast_get_pms_area(&r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW); in esp_mprot_get_pms_area() 831 …emprot_ll_rtcfast_get_pms_area(&arl0rtc, &awl0rtc, &axl0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW)); in esp_mprot_dump_configuration()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 839 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_set_pms_area() 853 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_set_pms_area() 902 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_get_pms_area() 922 case MEMP_HAL_AREA_LOW: in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 331 …rr_to_esp_err(memprot_ll_rtcfast_set_pms_area(core, r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW))) in esp_mprot_set_pms_area() 388 …to_esp_err(memprot_ll_rtcfast_get_pms_area(core, &r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW))) in esp_mprot_get_pms_area() 1322 …fast_get_pms_area(PRO_CPU_NUM, &arl0rtc, &awl0rtc, &axl0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW)); in esp_mprot_dump_configuration() 1349 …fast_get_pms_area(APP_CPU_NUM, &arl0rtc, &awl0rtc, &axl0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW)); in esp_mprot_dump_configuration()
|