Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs74 bool TryGetBusController(IBusPeripheral peripheral, out IBusController controller); in TryGetBusController() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs384 public bool TryGetBusController(IBusPeripheral peripheral, out IBusController controller) in TryGetBusController() method in Antmicro.Renode.Core.Machine
393 if(!TryGetBusController(peripheral, out var controller)) in GetSystemBus()