Searched refs:TryGetBusController (Results 1 – 2 of 2) sorted by relevance
74 bool TryGetBusController(IBusPeripheral peripheral, out IBusController controller); in TryGetBusController() method
384 public bool TryGetBusController(IBusPeripheral peripheral, out IBusController controller) in TryGetBusController() method in Antmicro.Renode.Core.Machine393 if(!TryGetBusController(peripheral, out var controller)) in GetSystemBus()