esp_efuse_utility_burn_chip_opt() 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.
Arguments
ignore_coding_errors
If this is true and any coding errors occur, they will be ignored and no further attempts will be made to correct them.
verify_written_data
If this is true, then after burning it will check that all data is set correctly.
Return value
- ESP_OK: The operation was successfully completed. - ESP_FAIL: The operation was not successfully completed.
esp_efuse_utility_burn_chip_opt() is called by 2 functions and calls 12 functions:
![]()
esp_efuse_utility_burn_chip_opt()
esp_efuse_utility_burn_chip_opt() reads 16 variables:
![]()
esp_efuse_utility_burn_chip_opt()