Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs28 …raseControlLock = new LockRegister(this, nameof(programEraseControlLock), ProgramEraseControlKeys); in STM32L0_FlashController()
338 private static readonly uint[] ProgramEraseControlKeys = {0x89ABCDEF, 0x02030405}; field in Antmicro.Renode.Peripherals.MTD.STM32L0_FlashController