Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs72 RecoverableAlert = new GPIO(); in OpenTitan_BigNumberAccelerator()
114 RecoverableAlert.Unset(); in Reset()
134 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_BigNumberAccelerator
184 ….WithFlag(1, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in DefineRegisters()
DOpenTitan_EntropyDistributionNetwork.cs25 RecoverableAlert = new GPIO(); in OpenTitan_EntropyDistributionNetwork()
110 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in DefineRegisters()
371 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropyDistributionNetwork
DOpenTitan_CSRNG.cs34 RecoverableAlert = new GPIO(); in OpenTitan_CSRNG()
73 RecoverableAlert.Unset(); in Reset()
111 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in DefineRegisters()
220 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_CSRNG
DOpenTitan_KeyManager.cs45 RecoverableAlert = new GPIO(); in OpenTitan_KeyManager()
92 RecoverableAlert.Unset(); in Reset()
104 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KeyManager
313 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in DefineRegisters()
DOpenTitan_KMAC.cs30 RecoverableAlert = new GPIO(); in OpenTitan_KMAC()
125 RecoverableAlert.Unset(); in Reset()
142 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_KMAC
306 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in BuildRegisterMap()
DOpenTitan_EntropySource.cs32 RecoverableAlert = new GPIO(); in OpenTitan_EntropySource()
249 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in DefineRegisters()
611 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_EntropySource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs31 RecoverableAlert = new GPIO(); in OpenTitan_FlashController()
107 ….WithFlag(0, FieldMode.Write, writeCallback: (_, val) => { if(val) RecoverableAlert.Blink(); }, na… in OpenTitan_FlashController()
440 RecoverableAlert.Unset(); in Reset()
491 public GPIO RecoverableAlert { get; } property in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController