Searched refs:ESP_ERR_EFUSE_CNT_IS_FULL (Results 1 – 3 of 3) sorted by relevance
287 # ifdef ESP_ERR_EFUSE_CNT_IS_FULL288 …ERR_TBL_IT(ESP_ERR_EFUSE_CNT_IS_FULL), /* 5634 0x1602 Error field is full. */
38 #define ESP_ERR_EFUSE_CNT_IS_FULL (ESP_ERR_EFUSE + 0x02) /*!< Error field is f… macro
118 err = ESP_ERR_EFUSE_CNT_IS_FULL; in esp_efuse_write_field_cnt()