Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_HFXO_2.cs231 locked.Value = (value != UnlockCode); in BuildRegistersCollection()
300 private const uint UnlockCode = 0x580E; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_HFXO_2
DEFR32xG2_MSC_3.cs229 …eldMode.Write, writeCallback: (_, value) => { locked.Value = (value != UnlockCode); }, name: "LOCK… in BuildRegistersCollection()
246 private const uint UnlockCode = 7025; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_MSC_3
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DEFR32_GPIOPort.cs206 … .WithValueField(0, 16, writeCallback: (_, value) => configurationLocked = (value != UnlockCode), in CreateRegisters()
408 private const int UnlockCode = 0xA534; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32_GPIOPort
DEFR32xG2_GPIO_1.cs311 …ld(0, 16, writeCallback: (_, value) => configurationLocked = (value != UnlockCode), name: "LOCKKEY… in BuildRegistersCollection()
443 private const int UnlockCode = 0xA534; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32xG2_GPIO_1
DEFR32xG2_GPIO_3.cs339 …ld(0, 16, writeCallback: (_, value) => configurationLocked = (value != UnlockCode), name: "LOCKKEY… in BuildRegistersCollection()
490 private const int UnlockCode = 0xA534; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32xG2_GPIO_3