Searched refs:PeripheralTreeEntry (Results 1 – 5 of 5) sorted by relevance
17 public sealed class PeripheralTreeEntry class19 …public PeripheralTreeEntry(IPeripheral peripheral, IPeripheral parent, Type type, IRegistrationPoi… in PeripheralTreeEntry() method in Antmicro.Renode.Core.PeripheralTreeEntry43 public void Reparent(PeripheralTreeEntry entry) in Reparent()
215 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()
62 … public PeripheralNode(KeyValuePair<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> rawNode) in PeripheralNode() argument135 private PeripheralTreeEntry PeripheralEntry;
120 …public static Dictionary<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> GetPeripheralsWithA… in GetPeripheralsWithAllRegistrationPoints()122 var result = new Dictionary<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>>(); in GetPeripheralsWithAllRegistrationPoints()
41 IEnumerable<PeripheralTreeEntry> GetRegisteredPeripherals(); in GetRegisteredPeripherals()