Home
last modified time | relevance | path

Searched refs:LocalName (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Time/
DClockEntry.cs28 this.LocalName = localName; in ClockEntry()
41 LocalName, in With()
61 public string LocalName { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DSVDParser.cs645 var nodeName = node.Name.LocalName; in GetLocalRegisterSettings()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs673 var name = machine.ClockSource.GetClockEntry(action).LocalName; in StartDelayed()
726 … return name + (String.IsNullOrWhiteSpace(x.LocalName) ? String.Empty : $": {x.LocalName}"); in GetClockSourceInfo()