Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs29 programEraseLock = new LockRegister(this, nameof(programEraseLock), ProgramEraseKeys); in STM32L0_FlashController()
339 private static readonly uint[] ProgramEraseKeys = {0x8C9DAEBF, 0x13141516}; field in Antmicro.Renode.Peripherals.MTD.STM32L0_FlashController