Searched refs:MEMP_LL_WORLD_0 (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 65 … return esp_mprot_ll_err_to_esp_err(memprot_ll_set_rtcfast_split_line(line_addr, MEMP_LL_WORLD_0)); in esp_mprot_set_split_addr() 110 … return esp_mprot_ll_err_to_esp_err(memprot_ll_get_rtcfast_split_line(MEMP_LL_WORLD_0, line_addr)); in esp_mprot_get_split_addr() 259 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_LL_WORLD_0, MEMP_LL_AREA_LOW); in esp_mprot_set_pms_area() 262 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_LL_WORLD_0, MEMP_LL_AREA_HIGH); 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() 310 memprot_ll_rtcfast_get_pms_area(&r, &w, &x, MEMP_LL_WORLD_0, MEMP_LL_AREA_HIGH); in esp_mprot_get_pms_area() 789 …esp_err_t err = esp_mprot_ll_err_to_esp_err(memprot_ll_get_rtcfast_split_line(MEMP_LL_WORLD_0, &li… in esp_mprot_dump_configuration() 831 …sp_err(memprot_ll_rtcfast_get_pms_area(&arl0rtc, &awl0rtc, &axl0rtc, MEMP_LL_WORLD_0, MEMP_LL_AREA… in esp_mprot_dump_configuration() 840 …sp_err(memprot_ll_rtcfast_get_pms_area(&arh0rtc, &awh0rtc, &axh0rtc, MEMP_LL_WORLD_0, MEMP_LL_AREA… in esp_mprot_dump_configuration()
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 360 case MEMP_LL_WORLD_0: in memprot_ll_set_rtcfast_split_line() 384 case MEMP_LL_WORLD_0: in memprot_ll_get_rtcfast_split_line() 427 case MEMP_LL_WORLD_0: { in memprot_ll_rtcfast_set_pms_area() 477 case MEMP_LL_WORLD_0: { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | memprot_types.h | 34 MEMP_LL_WORLD_0 = 0x01, enumerator
|
/hal_espressif-3.6.0/components/esp_hw_support/port/ |
D | esp_memprot_conv.c | 29 case MEMP_LL_WORLD_0: return MEMPROT_PMS_WORLD_0; in esp_mprot_ll_world_to_hl_world()
|