Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1529 …private void FindPaths(string nameSoFar, IPeripheral peripheralToFind, MultiTreeNode<IPeripheral, … in FindPaths() argument
1540 if(currentPeripheral == peripheralToFind) in FindPaths()
1545 FindPaths(name, peripheralToFind, child, paths); in FindPaths()