Home
last modified time | relevance | path

Searched refs:SimpleContainerBase (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs21 …public abstract class SimpleContainerBase<T> : IPeripheralContainer<T, NumberRegistrationPoint<int… class
91 protected SimpleContainerBase() in SimpleContainerBase() method in Antmicro.Renode.Core.Structure.SimpleContainerBase
99 public abstract class SimpleContainer<T> : SimpleContainerBase<T>, IPeripheral
124 public class SimpleContainerHelper<T> : SimpleContainerBase<T>
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBConnector.cs22 … public void RegisterInController(SimpleContainerBase<IUSBDevice> controller, int address = 1) in RegisterInController()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBHost.cs21 public class USBHost : SimpleContainerBase<IUSBDevice>
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs51 public class USBIPServer : SimpleContainerBase<IUSBDevice>, IHostMachineElement, IDisposable