Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DIProvidesDescriptor.cs17 int DescriptorLength { get; } property
DUSBString.cs64 public override int DescriptorLength => 2 + Encoding.Unicode.GetByteCount(Value); field in Antmicro.Renode.Core.USB.USBString
DDescriptorProvider.cs53 public virtual int DescriptorLength { get; } property in Antmicro.Renode.Core.USB.DescriptorProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DReportDescriptor.cs52 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/
DFunctionalDescriptor.cs38 public int DescriptorLength => specificData.Length + 3; field in Antmicro.Renode.Core.USB.CDC.FunctionalDescriptor