Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USB/
DConfigurationDescriptor.cs13 public struct ConfigurationDescriptor struct
16 public byte Length;
18 public byte Type;
20 public ushort TotalLength;
22 public byte NumberOfInterfaces;
24 public byte ConfigurationValue;
26 public byte Configuration;
28 public byte Attributes;
30 public byte MaximumPower;
32 public override string ToString() in ToString()