Function esp_idf_sys::esp_efuse_batch_write_cancel
source ยท pub unsafe extern "C" fn esp_efuse_batch_write_cancel() -> esp_err_t
Expand description
@brief Reset the batch mode of writing fields.
It will reset the batch writing mode and any written changes.
@return - ESP_OK: Successful. - ESP_ERR_INVALID_STATE: Tha batch mode was not set.