Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs49 sysbusNode.PrintTree(writer); in Run()
102 public void PrintTree(ICommandInteraction writer, TreeViewBlock[] pattern = null) in PrintTree() method in Antmicro.Renode.UserInterface.Commands.PeripheralsCommand.PeripheralNode
131 …child.PrintTree(writer, UpdatePattern(pattern, child != lastChild ? TreeViewBlock.Full : TreeViewB… in PrintTree()