Home
last modified time | relevance | path

Searched refs:RecursiveDescriptorLength (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DDescriptorProvider.cs54 …public int RecursiveDescriptorLength => DescriptorLength + subdescriptors.Sum(sds => sds.Sum(sd =>… field in Antmicro.Renode.Core.USB.DescriptorProvider
DIProvidesDescriptor.cs15 int RecursiveDescriptorLength { get; } property
DUSBConfiguration.cs97 .Append((short)RecursiveDescriptorLength) in FillDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/CDC/
DFunctionalDescriptor.cs37 public int RecursiveDescriptorLength => DescriptorLength; field in Antmicro.Renode.Core.USB.CDC.FunctionalDescriptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DReportDescriptor.cs50 public int RecursiveDescriptorLength => DescriptorLength; field in Antmicro.Renode.Core.USB.HID.ReportDescriptor