pub unsafe extern "C" fn esp_efuse_get_digest_revoke(
    num_digest: c_uint
) -> bool
Expand description

@brief Returns the status of the Secure Boot public key digest revocation bit.

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

@return - True: If key digest is revoked, - False; If key digest is not revoked.