Home
last modified time | relevance | path

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

/hal_espressif-latest/components/efuse/include/
Desp_efuse.h25 #define ESP_ERR_EFUSE_REPEATED_PROG (ESP_ERR_EFUSE + 0x03) /*!< Error repeated p… macro
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c310 # ifdef ESP_ERR_EFUSE_REPEATED_PROG
311 …ERR_TBL_IT(ESP_ERR_EFUSE_REPEATED_PROG), /* 5635 0x1603 Error repeated program…
/hal_espressif-latest/components/efuse/src/
Desp_efuse_utility.c273 err = ESP_ERR_EFUSE_REPEATED_PROG;