Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs30 optionByteLock = new LockRegister(this, nameof(optionByteLock), OptionByteKeys); in STM32L0_FlashController()
38 optionByteLock.Lock(); in STM32L0_FlashController()
64 optionByteLock.Reset(); in Reset()
148 ….WithFlag(2, name: "OPT_LOCK", valueProviderCallback: _ => optionByteLock.IsLocked, changeCallback… in DefineRegisters()
152 optionByteLock.Lock(); in DefineRegisters()
195 optionByteLock.ConsumeValue((uint)value); in DefineRegisters()
329 private readonly LockRegister optionByteLock; field in Antmicro.Renode.Peripherals.MTD.STM32L0_FlashController