Home
last modified time | relevance | path

Searched defs:Attach (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DPortStatusAndControlRegister.cs84 public PortStatusAndControlRegisterChanges Attach() in Attach() method in Antmicro.Renode.Peripherals.USBDeprecated.PortStatusAndControlRegister
92 public PortStatusAndControlRegisterChanges Attach(IUSBPeripheral portDevice) in Attach() method in Antmicro.Renode.Peripherals.USBDeprecated.PortStatusAndControlRegister
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIAnalyzableBackend.cs15 void Attach(T emulationElement); in Attach() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Video/
DVideoBackend.cs17 public void Attach(IVideo peripheral) in Attach() method in Antmicro.Renode.Backends.Video.VideoBackend
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DUARTBackend.cs30 public void Attach(IUART uart) in Attach() method in Antmicro.Renode.Peripherals.UART.UARTBackend
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/
DIOHandler.cs135 public void Attach(IPointerInput pointer = null, IKeyboard keyboard = null) in Attach() method in Antmicro.Renode.Extensions.Analyzers.Video.Handlers.IOHandler