Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DDescriptorProvider.cs58 protected void RegisterSubdescriptor(IProvidesDescriptor subdescriptor, int? index = null) in RegisterSubdescriptor() argument
60 …subdescriptors.Insert(index ?? subdescriptors.Count , new IProvidesDescriptor[] { subdescriptor }); in RegisterSubdescriptor()