Searched refs:WithInterface (Results 1 – 5 of 5) sorted by relevance
42 public USBConfiguration WithInterface<T>(byte subClassCode,49 return WithInterface(newInterface);52 public USBConfiguration WithInterface(USBInterface iface) in WithInterface() method in Antmicro.Renode.Core.USB.USBConfiguration63 …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.USBConfiguration83 return WithInterface(newInterface); in WithInterface()
58 c.WithInterface(new Core.USB.HID.Interface(this, 0, in USBMouse()
118 c.WithInterface(new Core.USB.HID.Interface(this, 0, in USBKeyboard()
59 .WithConfiguration(configure: c => c.WithInterface<Core.USB.MSC.Interface>( in USBPendrive()
379 USBConfiguration config = new USBConfiguration(this, 0, "").WithInterface( in InitiateUSBCore()