Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DPeripheralCollection.cs32 …private class PeripheralCollection : IReadOnlyPeripheralCollection, ICoalescable<PeripheralCollect… class in Antmicro.Renode.Peripherals.Bus.SystemBus
34 internal PeripheralCollection(SystemBus sysbus) in PeripheralCollection() method in Antmicro.Renode.Peripherals.Bus.SystemBus.PeripheralCollection
103 public void Coalesce(PeripheralCollection source) in Coalesce()
DSystemBus.cs1876 …Context = new ContextKeyDictionary<PeripheralCollection, IReadOnlyPeripheralCollection>(() => new in InitStructures()
2082 …private IEnumerable<PeripheralCollection> allPeripherals => peripheralsCollectionByContext.GetAllD…
2086 …private ContextKeyDictionary<PeripheralCollection, IReadOnlyPeripheralCollection> peripheralsColle…