Searched refs:awh0rtc (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/esp_hw_support/port/esp32c3/ |
D | esp_memprot.c | 829 bool arh0rtc, awh0rtc, axh0rtc; in esp_mprot_dump_configuration() local 840 …err = esp_mprot_ll_err_to_esp_err(memprot_ll_rtcfast_get_pms_area(&arh0rtc, &awh0rtc, &axh0rtc, ME… in esp_mprot_dump_configuration() 844 …sprintf((*dump_info_string + offset), " area high: r=%u,w=%u,x=%u\n", arh0rtc, awh0rtc, axh0rtc); in esp_mprot_dump_configuration()
|
/hal_espressif-latest/components/esp_hw_support/port/esp32s3/ |
D | esp_memprot.c | 1320 bool arh0rtc, awh0rtc, axh0rtc; in esp_mprot_dump_configuration() local 1331 …l_err_to_esp_err(memprot_ll_rtcfast_get_pms_area(PRO_CPU_NUM, &arh0rtc, &awh0rtc, &axh0rtc, MEMP_H… in esp_mprot_dump_configuration() 1335 …sprintf((*dump_info_string + offset), " area high: r=%u,w=%u,x=%u\n", arh0rtc, awh0rtc, axh0rtc); in esp_mprot_dump_configuration() 1358 …l_err_to_esp_err(memprot_ll_rtcfast_get_pms_area(APP_CPU_NUM, &arh0rtc, &awh0rtc, &axh0rtc, MEMP_H… in esp_mprot_dump_configuration() 1362 …sprintf((*dump_info_string + offset), " area high: r=%u,w=%u,x=%u\n", arh0rtc, awh0rtc, axh0rtc); in esp_mprot_dump_configuration()
|