Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USB/
DInterfaceDescriptor.cs12 public struct InterfaceDescriptor struct
15 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 …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DInterfaceDescriptor.cs12 public struct InterfaceDescriptor struct
15 public byte InterfaceClass;
17 public byte InterfaceSubClass;
19 public byte InterfaceProtocol;
21 public byte Padding;
23 public override string ToString() in ToString()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Tools/Network/
DSwitch.cs188 private class InterfaceDescriptor class in Antmicro.Renode.Tools.Network.Switch
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBDescriptor.cs176 public InterfaceUSBDescriptor[] InterfaceDescriptor; field in Antmicro.Renode.Peripherals.USBDeprecated.ConfigurationUSBDescriptor