esp_efuse_check_errors() function
Checks eFuse errors in BLOCK0. 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 value
- ESP_OK: No errors in BLOCK0. - ESP_FAIL: Error in BLOCK0 requiring reboot.
Notes
Refers to ESP32-C3 only.
![]()
if (esp_efuse_check_errors() != ESP_OK) {
esp_efuse_check_errors() calls 1 function:
![]()
esp_efuse_check_errors()