efuse: Burn operation does not block reading

This commit is contained in:
Konstantin Kondrashov
2021-06-18 11:52:47 +08:00
committed by Angus Gratton
parent 4d604ee6d2
commit 4c0cf40a39
13 changed files with 174 additions and 16 deletions

View File

@@ -33,6 +33,7 @@ extern "C" {
#define ESP_ERR_EFUSE_REPEATED_PROG (ESP_ERR_EFUSE + 0x03) /*!< Error repeated programming of programmed bits is strictly forbidden. */
#define ESP_ERR_CODING (ESP_ERR_EFUSE + 0x04) /*!< Error while a encoding operation. */
#define ESP_ERR_NOT_ENOUGH_UNUSED_KEY_BLOCKS (ESP_ERR_EFUSE + 0x05) /*!< Error not enough unused key blocks available */
#define ESP_ERR_DAMAGED_READING (ESP_ERR_EFUSE + 0x06) /*!< Error. Burn or reset was done during a reading operation leads to damage read data. This error is internal to the efuse component and not returned by any public API. */
/**
* @brief Type definition for an eFuse field