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

@brief Returns a write protection of the key purpose field for an efuse key block.

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

@note For ESP32: no keypurpose, it returns always True.

@return True: The key purpose is write protected. False: The key purpose is writeable.