Function esp_idf_sys::esp_efuse_batch_write_commit
source ยท pub unsafe extern "C" fn esp_efuse_batch_write_commit() -> esp_err_t
Expand description
@brief Writes all prepared data for the batch mode.
Must be called to ensure changes are written to the efuse registers. After this the batch writing mode will be reset.
@return - ESP_OK: Successful. - ESP_ERR_INVALID_STATE: The deferred writing mode was not set.