Home
last modified time | relevance | path

Searched refs:AddHostMachineElement (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DTapExtensions.cs34 emulation.HostMachine.AddHostMachineElement(result, name); in CreateAndGetTap()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DSpiHost.cs27 emulation.HostMachine.AddHostMachineElement(new SpiHost(device), name); in AddMockSpiHost()
DI2CHost.cs26 emulation.HostMachine.AddHostMachineElement(new I2CHost(device), name); in AddMockI2CHost()
DHPSHostController.cs29 emulation.HostMachine.AddHostMachineElement(new HPSHostController(device), name); in AddHPSHostController()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DHostMachine.cs28 public void AddHostMachineElement(IHostMachineElement element, string name) in AddHostMachineElement() method in Antmicro.Renode.Core.HostMachine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Camera/
DHostCamera.cs27 emulation.HostMachine.AddHostMachineElement(camera, name); in AddExternalCamera()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DOpenTitan_SpiDeviceTest.cs27 hostMachine.AddHostMachineElement(spiHost, "spiHostMock"); in Setup()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs34 emulation.HostMachine.AddHostMachineElement(server, name); in CreateUSBIPServer()