Searched refs:ControlBankKey (Results 1 – 1 of 1) sorted by relevance
29 controlBank1Lock = new LockRegister(this, nameof(controlBank1Lock), ControlBankKey); in STM32H7_FlashController()30 controlBank2Lock = new LockRegister(this, nameof(controlBank2Lock), ControlBankKey); in STM32H7_FlashController()238 private static readonly uint[] ControlBankKey = {0x45670123, 0xCDEF89AB}; field in Antmicro.Renode.Peripherals.MTD.STM32H7_FlashController