Home
last modified time | relevance | path

Searched refs:DescriptorProvider (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DDescriptorProvider.cs13 public abstract class DescriptorProvider : IProvidesDescriptor class
15 public DescriptorProvider(byte type) in DescriptorProvider() method in Antmicro.Renode.Core.USB.DescriptorProvider
21 public DescriptorProvider(byte descriptorLength, byte type) : this(type) in DescriptorProvider() method in Antmicro.Renode.Core.USB.DescriptorProvider
DUSBString.cs14 public class USBString : DescriptorProvider
DUSBInterface.cs15 public class USBInterface : DescriptorProvider
DUSBConfiguration.cs15 public class USBConfiguration : DescriptorProvider
DUSBEndpoint.cs15 public class USBEndpoint : DescriptorProvider
DUSBDeviceCore.cs18 public class USBDeviceCore : DescriptorProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/HID/
DDescriptor.cs11 public class Descriptor : DescriptorProvider