Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSTM32L0_FlashController.cs28programEraseControlLock = new LockRegister(this, nameof(programEraseControlLock), ProgramEraseCont… in STM32L0_FlashController()
35 programEraseControlLock.Locked += delegate in STM32L0_FlashController()
50 if(reg == Registers.ProgramEraseControl && programEraseControlLock.IsLocked) in WriteDoubleWord()
62 programEraseControlLock.Reset(); in Reset()
128 ….WithFlag(0, name: "PE_LOCK", valueProviderCallback: _ => programEraseControlLock.IsLocked, change… in DefineRegisters()
132 programEraseControlLock.Lock(); in DefineRegisters()
183 programEraseControlLock.ConsumeValue((uint)value); in DefineRegisters()
327 private readonly LockRegister programEraseControlLock; field in Antmicro.Renode.Peripherals.MTD.STM32L0_FlashController