Searched defs:defaultValue (Results 1 – 6 of 6) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | ConfigurationManager.cs | 37 public T Get<T>(string group, string name, T defaultValue, Func<T, bool> validation = null) in Get() argument 99 private IConfig VerifyValue(string group, string name, object defaultValue) in VerifyValue()
|
| D | Misc.cs | 581 …rDefault<TKey, TValue>(this IReadOnlyDictionary<TKey, TValue> @this, TKey key, TValue defaultValue) in GetOrDefault()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | SystemBus.cs | 996 public void Tag(Range range, string tag, ulong defaultValue = 0, bool pausing = false) in Tag() 1955 private string TryGetTag(ulong address, out ulong defaultValue) in TryGetTag() 1970 … private string EnterTag(string str, ulong address, out bool tagEntered, out ulong defaultValue) in EnterTag()
|
| D | IBusController.cs | 97 void Tag(Range range, string tag, ulong defaultValue = 0, bool pausing = false); in Tag()
|
| D | BusControllerProxy.cs | 440 … public virtual void Tag(Range range, string tag, ulong defaultValue = 0, bool pausing = false) in Tag()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | MAX86171.cs | 464 …private ByteRegister CreateDummyRegister(string name, byte defaultValue = 0x00, FieldMode fieldMod… in CreateDummyRegister()
|