esp_efuse_batch_write_commit() function
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.
Syntax
esp_err_t esp_efuse_batch_write_commit(void); Return value
- ESP_OK: Successful. - ESP_ERR_INVALID_STATE: The deferred writing mode was not set.
esp_efuse_batch_write_commit() is called by 3 functions and calls 6 functions:
![]()
esp_efuse_batch_write_commit()
esp_efuse_batch_write_commit() reads 7 variables and writes 1 variable:
![]()
esp_efuse_batch_write_commit()