Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32WBA_FlashController.cs23 …controlLock = new LockRegister(this, nameof(controlLock), NonSecureLockKey, unlockedAfterReset: tr… in STM32WBA_FlashController()
318 private static readonly uint[] NonSecureLockKey = { 0x45670123, 0xCDEF89AB }; field in Antmicro.Renode.Peripherals.MTD.STM32WBA_FlashController