Function esp_idf_hal::sys::esp_efuse_reset
source · pub unsafe extern "C" fn esp_efuse_reset()
Expand description
@brief Reset efuse write registers
Efuse write registers are written to zero, to negate any changes that have been staged here.
@note This function is not threadsafe, if calling code updates efuse values from multiple tasks then this is caller’s responsibility to serialise.