Searched refs:peripheralsBusControllers (Results 1 – 1 of 1) sorted by relevance
54 peripheralsBusControllers = new Dictionary<IBusPeripheral, BusControllerWrapper>(); in Machine()367 if(!peripheralsBusControllers.TryGetValue(peripheral, out var wrapper)) in RegisterBusController()370 peripheralsBusControllers.Add(peripheral, wrapper); in RegisterBusController()386 var exists = peripheralsBusControllers.TryGetValue(peripheral, out var wrapper); in TryGetBusController()1783 private readonly Dictionary<IBusPeripheral, BusControllerWrapper> peripheralsBusControllers; field in Antmicro.Renode.Core.Machine