Searched refs:MEMP_HAL_AREA_HIGH (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | memprot_types.h | 49 MEMP_HAL_AREA_HIGH = 2 enumerator
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 433 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_set_pms_area() 447 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_set_pms_area() 482 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_get_pms_area() 494 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 262 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH); in esp_mprot_set_pms_area() 310 memprot_ll_rtcfast_get_pms_area(&r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH); in esp_mprot_get_pms_area() 840 …mprot_ll_rtcfast_get_pms_area(&arh0rtc, &awh0rtc, &axh0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH)); in esp_mprot_dump_configuration()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 843 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_set_pms_area() 857 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_set_pms_area() 909 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_get_pms_area() 929 case MEMP_HAL_AREA_HIGH: in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 335 …r_to_esp_err(memprot_ll_rtcfast_set_pms_area(core, r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH))) in esp_mprot_set_pms_area() 392 …o_esp_err(memprot_ll_rtcfast_get_pms_area(core, &r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH))) in esp_mprot_get_pms_area() 1331 …ast_get_pms_area(PRO_CPU_NUM, &arh0rtc, &awh0rtc, &axh0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH)); in esp_mprot_dump_configuration() 1358 …ast_get_pms_area(APP_CPU_NUM, &arh0rtc, &awh0rtc, &axh0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH)); in esp_mprot_dump_configuration()
|