Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dmemprot_ll.h367 return MEMP_LL_ERR_WORLD_INVALID; in memprot_ll_set_rtcfast_split_line()
393 return MEMP_LL_ERR_WORLD_INVALID; in memprot_ll_get_rtcfast_split_line()
456 return MEMP_LL_ERR_WORLD_INVALID; in memprot_ll_rtcfast_set_pms_area()
502 return MEMP_LL_ERR_WORLD_INVALID; in memprot_ll_rtcfast_get_pms_area()
/hal_espressif-3.6.0/components/hal/include/hal/
Dmemprot_types.h25 MEMP_LL_ERR_WORLD_INVALID = 6 enumerator
/hal_espressif-3.6.0/components/esp_hw_support/port/
Desp_memprot_conv.c18 case MEMP_LL_ERR_WORLD_INVALID: return ESP_ERR_MEMPROT_WORLD_INVALID; in esp_mprot_ll_err_to_esp_err()