Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DAmbiqApollo4_GPIO.cs60 if(padKey.Value != PadKeyUnlockValue) in WriteDoubleWord()
62 …, "Tried to change pin configuration register which is locked. PADKEY value: {0:X}", padKey.Value); in WriteDoubleWord()
299 .WithValueField(0, 32, out padKey, name: "PADKEY") in DefineRegisters()
395 private IValueRegisterField padKey; field in Antmicro.Renode.Peripherals.GPIOPort.AmbiqApollo4_GPIO