Searched defs:PeripheralTreeEntry (Results 1 – 2 of 2) 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.PeripheralTreeEntry
62 … public PeripheralNode(KeyValuePair<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> rawNode) in PeripheralNode()