Function esp_idf_sys::esp_efuse_check_errors
source ยท pub unsafe extern "C" fn esp_efuse_check_errors() -> esp_err_t
Expand description
@brief Checks eFuse errors in BLOCK0.
@note Refers to ESP32-C3 only.
It does a BLOCK0 check if eFuse EFUSE_ERR_RST_ENABLE is set. If BLOCK0 has an error, it prints the error and returns ESP_FAIL, which should be treated as esp_restart.
@return - ESP_OK: No errors in BLOCK0. - ESP_FAIL: Error in BLOCK0 requiring reboot.