Searched refs:UnlockCode (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/ |
| D | EFR32xG2_HFXO_2.cs | 231 locked.Value = (value != UnlockCode); in BuildRegistersCollection() 300 private const uint UnlockCode = 0x580E; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_HFXO_2
|
| D | EFR32xG2_MSC_3.cs | 229 …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/ |
| D | EFR32_GPIOPort.cs | 206 … .WithValueField(0, 16, writeCallback: (_, value) => configurationLocked = (value != UnlockCode), in CreateRegisters() 408 private const int UnlockCode = 0xA534; field in Antmicro.Renode.Peripherals.GPIOPort.EFR32_GPIOPort
|
| D | EFR32xG2_GPIO_1.cs | 311 …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
|
| D | EFR32xG2_GPIO_3.cs | 339 …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
|