pub unsafe extern "C" fn esp_efuse_get_write_protect_of_digest_revoke(
num_digest: c_uint,
) -> bool
Expand description
@brief Returns a write protection of the Secure Boot public key digest revocation bit.
@param[in] num_digest The number of digest in range 0..2
@return True: The revocation bit is write protected. False: The revocation bit is writeable.