Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32F4_FlashController.cs28 controlLock = new LockRegister(this, nameof(controlLock), ControlLockKey); in STM32F4_FlashController()
235 private static readonly uint[] ControlLockKey = {0x45670123, 0xCDEF89AB}; field in Antmicro.Renode.Peripherals.MTD.STM32F4_FlashController