Searched defs:DescriptorLength (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ | ||
| D | IProvidesDescriptor.cs | 17 int DescriptorLength { get; } property |
| D | USBString.cs | 64 public override int DescriptorLength => 2 + Encoding.Unicode.GetByteCount(Value); field in Antmicro.Renode.Core.USB.USBString |
| D | DescriptorProvider.cs | 53 public virtual int DescriptorLength { get; } property in Antmicro.Renode.Core.USB.DescriptorProvider |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/ | ||
| D | ReportDescriptor.cs | 52 public int DescriptorLength => rawDescriptor != null field in Antmicro.Renode.Core.USB.HID.ReportDescriptor |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/ | ||
| D | FunctionalDescriptor.cs | 38 public int DescriptorLength => specificData.Length + 3; field in Antmicro.Renode.Core.USB.CDC.FunctionalDescriptor |