Home
last modified time | relevance | path

Searched refs:PeripheralTreeEntry (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPeripheralTreeEntry.cs17 public sealed class PeripheralTreeEntry class
19 …public PeripheralTreeEntry(IPeripheral peripheral, IPeripheral parent, Type type, IRegistrationPoi… in PeripheralTreeEntry() method in Antmicro.Renode.Core.PeripheralTreeEntry
43 public void Reparent(PeripheralTreeEntry entry) in Reparent()
DMachine.cs215 public IEnumerable<PeripheralTreeEntry> GetRegisteredPeripherals() in GetRegisteredPeripherals()
217 var result = new List<PeripheralTreeEntry>(); in GetRegisteredPeripherals()
224 …result.Add(new PeripheralTreeEntry(currentNode.Value, parent, currentNode.Value.GetType(), regPoin… in GetRegisteredPeripherals()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs62 … public PeripheralNode(KeyValuePair<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> rawNode) in PeripheralNode() argument
135 private PeripheralTreeEntry PeripheralEntry;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/
DMachineExtensions.cs120 …public static Dictionary<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> GetPeripheralsWithA… in GetPeripheralsWithAllRegistrationPoints()
122 var result = new Dictionary<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>>(); in GetPeripheralsWithAllRegistrationPoints()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs41 IEnumerable<PeripheralTreeEntry> GetRegisteredPeripherals(); in GetRegisteredPeripherals()