pub unsafe extern "C" fn esp_efuse_get_key_dis_read(
    block: esp_efuse_block_t
) -> bool
Expand description

@brief Returns a read protection for the key block.

@param[in] block A key block in the range EFUSE_BLK_KEY0..EFUSE_BLK_KEY_MAX

@return True: The key block is read protected False: The key block is readable.