Home
last modified time | relevance | path

Searched refs:WithInterface (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBConfiguration.cs42 public USBConfiguration WithInterface<T>(byte subClassCode,
49 return WithInterface(newInterface);
52 public USBConfiguration WithInterface(USBInterface iface) in WithInterface() method in Antmicro.Renode.Core.USB.USBConfiguration
63 …public USBConfiguration WithInterface<T>(T iface, Action<USBInterface> configure = null) where T :…
75 public USBConfiguration WithInterface(USBClassCode classCode = USBClassCode.NotSpecified, in WithInterface() method in Antmicro.Renode.Core.USB.USBConfiguration
83 return WithInterface(newInterface); in WithInterface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBMouse.cs58 c.WithInterface(new Core.USB.HID.Interface(this, 0, in USBMouse()
DUSBKeyboard.cs118 c.WithInterface(new Core.USB.HID.Interface(this, 0, in USBKeyboard()
DUSBPendrive.cs59 .WithConfiguration(configure: c => c.WithInterface<Core.USB.MSC.Interface>( in USBPendrive()
DNRF_USBD.cs379 USBConfiguration config = new USBConfiguration(this, 0, "").WithInterface( in InitiateUSBCore()