Searched refs:BusControllerWrapper (Results 1 – 1 of 1) sorted by relevance
54 peripheralsBusControllers = new Dictionary<IBusPeripheral, BusControllerWrapper>(); in Machine()369 wrapper = new BusControllerWrapper(controller); in RegisterBusController()1783 private readonly Dictionary<IBusPeripheral, BusControllerWrapper> peripheralsBusControllers;1807 private class BusControllerWrapper : BusControllerProxy class in Antmicro.Renode.Core.Machine1809 public BusControllerWrapper(IBusController wrappedController) : base(wrappedController) in BusControllerWrapper() method in Antmicro.Renode.Core.Machine.BusControllerWrapper