Home
last modified time | relevance | path

Searched refs:WithConfiguration (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBMouse.cs57 .WithConfiguration(configure: c => in USBMouse()
DUSBKeyboard.cs117 .WithConfiguration(configure: c => in USBKeyboard()
DUSBPendrive.cs59 .WithConfiguration(configure: c => c.WithInterface<Core.USB.MSC.Interface>( in USBPendrive()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBDeviceCore.cs229 …public USBDeviceCore WithConfiguration(string description = null, bool selfPowered = false, bool r… in WithConfiguration() method in Antmicro.Renode.Core.USB.USBDeviceCore