pub unsafe extern "C" fn esp_efuse_update_secure_version(
    secure_version: u32
) -> esp_err_t
Expand description

@brief Write efuse field by secure_version value.

Update the secure_version value is available if the coding scheme is None. Note: Do not use this function in your applications. This function is called as part of the other API.

@param[in] secure_version Secure version from app. @return - ESP_OK: Successful. - ESP_FAIL: secure version of app cannot be set to efuse field. - ESP_ERR_NOT_SUPPORTED: Anti rollback is not supported with the 3/4 and Repeat coding scheme.