Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorCommands.cs282 if(TryFindPeripheralByName(name, out device, out longestMatch)) in GetDevice()
522 …private bool TryFindPeripheralByName(string name, out IPeripheral peripheral, out string longestMa… in TryFindPeripheralByName() method in Antmicro.Renode.UserInterface.Monitor
846 if(TryFindPeripheralByName((string)value, out peripheral, out longestMatch)) in ConvertValue()