Home
last modified time | relevance | path

Searched refs:ESP_ERR_EFUSE (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/efuse/include/
Desp_efuse.h22 #define ESP_ERR_EFUSE 0x1600 /*!< Base error code … macro
23 #define ESP_OK_EFUSE_CNT (ESP_ERR_EFUSE + 0x01) /*!< OK the required …
24 #define ESP_ERR_EFUSE_CNT_IS_FULL (ESP_ERR_EFUSE + 0x02) /*!< Error field is f…
25 #define ESP_ERR_EFUSE_REPEATED_PROG (ESP_ERR_EFUSE + 0x03) /*!< Error repeated p…
26 #define ESP_ERR_CODING (ESP_ERR_EFUSE + 0x04) /*!< Error while a en…
27 #define ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS (ESP_ERR_EFUSE + 0x05) /*!< Error not enough…
28 #define ESP_ERR_DAMAGED_READING (ESP_ERR_EFUSE + 0x06) /*!< Error. Burn or r…
/hal_espressif-latest/components/esp_common/src/
Desp_err_to_name.c301 # ifdef ESP_ERR_EFUSE
302 …ERR_TBL_IT(ESP_ERR_EFUSE), /* 5632 0x1600 Base error code for ef…