pub unsafe extern "C" fn esp_efuse_set_digest_revoke(
    num_digest: c_uint
) -> esp_err_t
Expand description

@brief Sets the Secure Boot public key digest revocation bit.

@param[in] num_digest The number of digest in range 0..2

@return

  • ESP_OK: Successful.
  • ESP_ERR_INVALID_ARG: Error in the passed arguments.
  • ESP_ERR_EFUSE_REPEATED_PROG: Error repeated programming of programmed bits is strictly forbidden.
  • ESP_ERR_CODING: Error range of data does not match the coding scheme.