Home
last modified time | relevance | path

Searched defs:subClassCode (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/
DInterface.cs17 byte subClassCode, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/
DInterface.cs18 byte subClassCode, in Interface()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBInterface.cs20 byte subClassCode = 0, in USBInterface()
DUSBConfiguration.cs76 byte subClassCode = 0, in WithInterface()
DUSBDeviceCore.cs22 byte subClassCode = 0, in USBDeviceCore()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DInterface.cs19 byte subClassCode = (byte)SubclassCode.BootInterfaceSubclass, in Interface()