Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/esp_common/src/
Desp_err_to_name.c287 # ifdef ESP_ERR_EFUSE_CNT_IS_FULL
288 …ERR_TBL_IT(ESP_ERR_EFUSE_CNT_IS_FULL), /* 5634 0x1602 Error field is full. */
/device/soc/esp/esp32/components/efuse/include/
Desp_efuse.h38 #define ESP_ERR_EFUSE_CNT_IS_FULL (ESP_ERR_EFUSE + 0x02) /*!< Error field is f… macro
/device/soc/esp/esp32/components/efuse/src/
Desp_efuse_api.c118 err = ESP_ERR_EFUSE_CNT_IS_FULL; in esp_efuse_write_field_cnt()