Searched refs:MEMP_HAL_WORLD_0 (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/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_HAL_WORLD_0)); in esp_mprot_set_split_addr() 110 …return esp_mprot_ll_err_to_esp_err(memprot_ll_get_rtcfast_split_line(MEMP_HAL_WORLD_0, line_addr)); in esp_mprot_get_split_addr() 259 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_LOW); in esp_mprot_set_pms_area() 262 memprot_ll_rtcfast_set_pms_area(r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_AREA_HIGH); 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() 310 memprot_ll_rtcfast_get_pms_area(&r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_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_HAL_WORLD_0, &l… in esp_mprot_dump_configuration() 831 …p_err(memprot_ll_rtcfast_get_pms_area(&arl0rtc, &awl0rtc, &axl0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_dump_configuration() 840 …p_err(memprot_ll_rtcfast_get_pms_area(&arh0rtc, &awh0rtc, &axh0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_dump_configuration()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | memprot_types.h | 38 MEMP_HAL_WORLD_0 = 0x01, enumerator
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | esp_memprot_conv.c | 29 case MEMP_HAL_WORLD_0: return MEMPROT_PMS_WORLD_0; in esp_mprot_ll_world_to_hl_world()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 127 … esp_mprot_ll_err_to_esp_err(memprot_ll_set_rtcfast_split_line(core, line_addr, MEMP_HAL_WORLD_0))) in esp_mprot_set_split_addr() 174 …esp_mprot_ll_err_to_esp_err(memprot_ll_get_rtcfast_split_line(core, MEMP_HAL_WORLD_0, *line_addr))) in esp_mprot_get_split_addr() 331 …ot_ll_err_to_esp_err(memprot_ll_rtcfast_set_pms_area(core, r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_set_pms_area() 335 …ot_ll_err_to_esp_err(memprot_ll_rtcfast_set_pms_area(core, r, w, x, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_set_pms_area() 388 …ll_err_to_esp_err(memprot_ll_rtcfast_get_pms_area(core, &r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_get_pms_area() 392 …ll_err_to_esp_err(memprot_ll_rtcfast_get_pms_area(core, &r, &w, &x, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_get_pms_area() 1280 …rot_ll_err_to_esp_err(memprot_ll_get_rtcfast_split_line(PRO_CPU_NUM, MEMP_HAL_WORLD_0, &line_RTC)); in esp_mprot_dump_configuration() 1322 …_ll_rtcfast_get_pms_area(PRO_CPU_NUM, &arl0rtc, &awl0rtc, &axl0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_dump_configuration() 1331 …_ll_rtcfast_get_pms_area(PRO_CPU_NUM, &arh0rtc, &awh0rtc, &axh0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_dump_configuration() 1349 …_ll_rtcfast_get_pms_area(APP_CPU_NUM, &arl0rtc, &awl0rtc, &axl0rtc, MEMP_HAL_WORLD_0, MEMP_HAL_ARE… in esp_mprot_dump_configuration() [all …]
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | memprot_ll.h | 360 case MEMP_HAL_WORLD_0: in memprot_ll_set_rtcfast_split_line() 384 case MEMP_HAL_WORLD_0: in memprot_ll_get_rtcfast_split_line() 427 case MEMP_HAL_WORLD_0: { in memprot_ll_rtcfast_set_pms_area() 477 case MEMP_HAL_WORLD_0: { in memprot_ll_rtcfast_get_pms_area()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | memprot_ll.h | 752 case MEMP_HAL_WORLD_0: in memprot_ll_set_rtcfast_split_line() 788 case MEMP_HAL_WORLD_0: in memprot_ll_get_rtcfast_split_line() 837 case MEMP_HAL_WORLD_0: { in memprot_ll_rtcfast_set_pms_area() 900 case MEMP_HAL_WORLD_0: { in memprot_ll_rtcfast_get_pms_area()
|