Home
last modified time | relevance | path

Searched refs:ChangeWriteProtection (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynq7000_SystemLevelControlRegisters.cs54 … writeCallback: (_, val) => ChangeWriteProtection((uint)val, lockKey, true, "lock") in BuildRegisters()
59 … writeCallback: (_, val) => ChangeWriteProtection((uint)val, unlockKey, false, "unlock") in BuildRegisters()
96 …private void ChangeWriteProtection(uint value, uint expectedValue, bool requestedProtection, strin… in ChangeWriteProtection() method in Antmicro.Renode.Peripherals.Miscellaneous.Zynq7000_SystemLevelControlRegisters