Home
last modified time | relevance | path

Searched defs:USBInterface (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBInterface.cs15 public class USBInterface : DescriptorProvider class
17 public USBInterface(IUSBDevice device, in USBInterface() method in Antmicro.Renode.Core.USB.USBInterface
DUSBConfiguration.cs45 Action<T> configure = null) where T : USBInterface property in Antmicro.Renode.Core.USB.USBConfiguration
63 …public USBConfiguration WithInterface<T>(T iface, Action<USBInterface> configure = null) where T :… property in Antmicro.Renode.Core.USB.USBConfiguration