Function esp_idf_hal::sys::esp_efuse_get_write_protect_of_digest_revoke
source ยท pub unsafe extern "C" fn esp_efuse_get_write_protect_of_digest_revoke(
num_digest: u32,
) -> 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.