Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs62 … public PeripheralNode(KeyValuePair<PeripheralTreeEntry, IEnumerable<IRegistrationPoint>> rawNode) in PeripheralNode() argument
64 PeripheralEntry = rawNode.Key; in PeripheralNode()
65 RegistrationPoints = rawNode.Value; in PeripheralNode()