Home
last modified time | relevance | path

Searched refs:SubclassCode (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DSubclassCode.cs9 public enum SubclassCode enum
DInterface.cs19 byte subClassCode = (byte)SubclassCode.BootInterfaceSubclass, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBEthernetControlModelDevicesSubclass.cs20 protected const byte DeviceSubclassCode = (byte)SubclassCode.EthernetNetworkingControlModel;
DUSBCommunicationClass.cs25 protected enum SubclassCode : byte enum in Antmicro.Renode.Peripherals.USBDeprecated.USBCommunicationClass
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBMouse.cs59 subClassCode: (byte)Core.USB.HID.SubclassCode.BootInterfaceSubclass, in USBMouse()
DUSBKeyboard.cs119 subClassCode: (byte)Core.USB.HID.SubclassCode.BootInterfaceSubclass, in USBKeyboard()