Home
last modified time | relevance | path

Searched defs:PeripheralTreeEntry (Results 1 – 2 of 2) 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
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs62 … public PeripheralNode(KeyValuePair<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> rawNode) in PeripheralNode()