Home
last modified time | relevance | path

Searched refs:MEMP_LL_ERR_AREA_INVALID (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h438 return MEMP_LL_ERR_AREA_INVALID; in memprot_ll_rtcfast_set_pms_area()
452 return MEMP_LL_ERR_AREA_INVALID; in memprot_ll_rtcfast_set_pms_area()
486 return MEMP_LL_ERR_AREA_INVALID; in memprot_ll_rtcfast_get_pms_area()
498 return MEMP_LL_ERR_AREA_INVALID; in memprot_ll_rtcfast_get_pms_area()
/hal_espressif-3.5.0/components/hal/include/hal/
Dmemprot_types.h24 MEMP_LL_ERR_AREA_INVALID = 5, enumerator
/hal_espressif-3.5.0/components/esp_hw_support/port/
Desp_memprot_conv.c19 case MEMP_LL_ERR_AREA_INVALID: return ESP_ERR_MEMPROT_AREA_INVALID; in esp_mprot_ll_err_to_esp_err()