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

@brief Returns a write 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 write protected False: The key block is writeable.