Home
last modified time | relevance | path

Searched defs:DeviceDescriptor (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USB/
DDeviceDescriptor.cs13 public struct DeviceDescriptor struct
16 public byte Length;
18 public byte Type;
20 public ushort ProtocolVersion;
22 public byte Class;
24 public byte Subclass;
26 public byte Protocol;
28 public byte MaximumPacketSize;
30 public ushort VendorId;
32 public ushort ProductId;
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DDeviceDescriptor.cs12 public struct DeviceDescriptor struct
15 public byte[] Path;
17 public byte[] BusId;
19 public uint BusNumber;
21 public uint DeviceNumber;
23 public uint Speed;
25 public ushort IdVendor;
27 public ushort IdProduct;
29 public ushort BcdDevice;
31 public byte DeviceClass;
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUFSDeviceDescriptors.cs52 public struct DeviceDescriptor struct
55 public byte Length;
57 public byte DescriptorIDN;
59 public byte Device;
61 public byte DeviceClass;
63 public byte DeviceSubClass;
65 public byte Protocol;
67 public byte NumberLU;
69 public byte NumberWLU;
71 public byte BootEnable;
[all …]