Searched defs:InterfaceDescriptor (Results 1 – 4 of 4) sorted by relevance
12 public struct InterfaceDescriptor struct15 public byte Length;17 public byte Type;19 public byte Number;21 public byte AlternateSetting;23 public byte NumberOfEndpoints;25 public byte Class;27 public byte Subclass;29 public byte Protocol;31 public byte DescriptionStringIndex;[all …]
12 public struct InterfaceDescriptor struct15 public byte InterfaceClass;17 public byte InterfaceSubClass;19 public byte InterfaceProtocol;21 public byte Padding;23 public override string ToString() in ToString()
188 private class InterfaceDescriptor class in Antmicro.Renode.Tools.Network.Switch
176 public InterfaceUSBDescriptor[] InterfaceDescriptor; field in Antmicro.Renode.Peripherals.USBDeprecated.ConfigurationUSBDescriptor