esp_efuse_utility_burn_chip() function
Chip specific operations to perform the burn of values written to the efuse write registers. If CONFIG_EFUSE_VIRTUAL is set, writing will not be performed. After the function is completed, the writing registers are cleared.
Return value
- ESP_OK: The operation was successfully completed. - ESP_FAIL: The operation was not successfully completed.
Notes
Use esp_efuse_utility_burn_efuses() to burn efuses.