| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ |
| D | BasicWordPeripheral.cs | 49 …stem.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, ushort resetValue = 0, string … in Tag16() 53 … uint count, Action<WordRegister, int> setup, uint stepInBytes = 2, ushort resetValue = 0, bool so… in Define16Many() 58 … uint count, Action<WordRegister, int> setup, uint stepInBytes = 2, ushort resetValue = 0, bool so… in DefineMany() 68 … uint count, Action<WordRegister, int> setup, uint stepInBytes = 2, ushort resetValue = 0, bool so… in DefineMany() 73 …stem.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, ushort resetValue = 0, bool so… in Define16() 78 …c WordRegister Define(this System.Enum o, WordRegisterCollection c, ushort resetValue = 0, bool so… in Define() 83 …stem.Enum o, IProvidesRegisterCollection<WordRegisterCollection> p, ushort resetValue = 0, bool so… in Define() 88 …this System.Enum o, WordRegisterCollection c, Func<bool> condition, ushort resetValue = 0, bool so… in DefineConditional() 93 …RegisterCollection<WordRegisterCollection> p, Func<bool> condition, ushort resetValue = 0, bool so… in DefineConditional() 98 …> condition, Action<WordRegister, int> setup, uint stepInBytes = 1, ushort resetValue = 0, string … in DefineManyConditional() [all …]
|
| D | BasicDoubleWordPeripheral.cs | 49 …Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint resetValue = 0, string n… in Tag32() 53 … count, Action<DoubleWordRegister, int> setup, uint stepInBytes = 4, uint resetValue = 0, bool sof… in Define32Many() 58 … count, Action<DoubleWordRegister, int> setup, uint stepInBytes = 4, uint resetValue = 0, bool sof… in DefineMany() 68 … count, Action<DoubleWordRegister, int> setup, uint stepInBytes = 4, uint resetValue = 0, bool sof… in DefineMany() 74 …Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint resetValue = 0, bool sof… in Define32() 79 …dRegister Define(this System.Enum o, DoubleWordRegisterCollection c, uint resetValue = 0, bool sof… in Define() 84 …Enum o, IProvidesRegisterCollection<DoubleWordRegisterCollection> p, uint resetValue = 0, bool sof… in Define() 89 …ystem.Enum o, DoubleWordRegisterCollection c, Func<bool> condition, ushort resetValue = 0, bool so… in DefineConditional() 94 …erCollection<DoubleWordRegisterCollection> p, Func<bool> condition, ushort resetValue = 0, bool so… in DefineConditional() 99 …dition, Action<DoubleWordRegister, int> setup, uint stepInBytes = 1, uint resetValue = 0, string n… in DefineManyConditional() [all …]
|
| D | BasicBytePeripheral.cs | 51 …ystem.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, byte resetValue = 0, string n… in Tag8() 55 …, uint count, Action<ByteRegister, int> setup, uint stepInBytes = 1, byte resetValue = 0, bool sof… in Define8Many() 60 …, uint count, Action<ByteRegister, int> setup, uint stepInBytes = 1, byte resetValue = 0, bool sof… in DefineMany() 70 …, uint count, Action<ByteRegister, int> setup, uint stepInBytes = 1, byte resetValue = 0, bool sof… in DefineMany() 75 …ystem.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, byte resetValue = 0, bool sof… in Define8() 80 …ystem.Enum o, IProvidesRegisterCollection<ByteRegisterCollection> p, byte resetValue = 0, bool sof… in Define() 85 …ic ByteRegister Define(this System.Enum o, ByteRegisterCollection c, byte resetValue = 0, bool sof… in Define() 90 …(this System.Enum o, ByteRegisterCollection c, Func<bool> condition, byte resetValue = 0, bool sof… in DefineConditional() 95 …sRegisterCollection<ByteRegisterCollection> p, Func<bool> condition, byte resetValue = 0, bool sof… in DefineConditional() 100 …l> condition, Action<ByteRegister, int> setup, uint stepInBytes = 1, byte resetValue = 0, string n… in DefineManyConditional() [all …]
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitPatternDetector.cs | 20 public BitPatternDetector(bool[] resetValue, IPeripheral loggingParent = null) in BitPatternDetector() 70 private readonly bool[] resetValue; field in Antmicro.Renode.Utilities.BitPatternDetector
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/Registers/ |
| D | PeripheralRegister.cs | 28 …public static QuadWordRegister CreateRWRegister(ulong resetValue = 0, string name = null, bool sof… in CreateRWRegister() 36 …public QuadWordRegister(IPeripheral parent, ulong resetValue = 0, bool softResettable = true) : ba… in QuadWordRegister() 137 …public static DoubleWordRegister CreateRWRegister(uint resetValue = 0, string name = null, bool so… in CreateRWRegister() 145 …public DoubleWordRegister(IPeripheral parent, ulong resetValue = 0, bool softResettable = true) : … in DoubleWordRegister() 246 …public static WordRegister CreateRWRegister(uint resetValue = 0, string name = null, bool softRese… in CreateRWRegister() 254 …public WordRegister(IPeripheral parent, ulong resetValue = 0, bool softResettable = true) : base(p… in WordRegister() 355 …public static ByteRegister CreateRWRegister(uint resetValue = 0, string name = null, bool softRese… in CreateRWRegister() 363 …public ByteRegister(IPeripheral parent, ulong resetValue = 0, bool softResettable = true) : base(p… in ByteRegister() 610 … protected PeripheralRegister(IPeripheral parent, ulong resetValue, bool softResettable, int width) in PeripheralRegister() 899 private readonly ulong resetValue; field in Antmicro.Renode.Core.Structure.Registers.PeripheralRegister
|
| D | RegisterCollection.cs | 382 public R DefineRegister(long offset, T resetValue = default(T), bool softResettable = true) in DefineRegister() 395 …public R DefineConditionalRegister(long offset, Func<bool> condition, T resetValue = default(T), b… in DefineConditionalRegister()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ |
| D | ArmSignalsUnit.cs | 690 … ulong resetValue = 0x0, Func<ulong, ulong> getter = null, Action<ulong, ulong> setter = null, in InitSignal() argument 765 public Signal(IPeripheral parent, TEnum signal, uint width, ulong resetValue = 0x0) in Signal() 875 private ulong resetValue; field in Antmicro.Renode.Peripherals.Miscellaneous.ArmSignalsUnit.TEnum 886 … Action<ulong, ulong> setter, bool callSetterAtInitAndReset = false, ulong resetValue = 0) in CreateInput() argument 905 … Action<ulong, ulong> setter = null, bool callSetterAtInitAndReset = false, ulong resetValue = 0) in SignalWithImmediateEffect() argument
|