Searched refs:NumberOfInterfaces (Results 1 – 10 of 10) sorted by relevance
150 public byte NumberOfInterfaces{ get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.ConfigurationUSBDescriptor181 for(int i=0; i<NumberOfInterfaces; i++) in ToArray()196 arr[0x4] = NumberOfInterfaces; in ToArray()202 for(int i=0; i<NumberOfInterfaces; i++) in ToArray()
353 NumberOfInterfaces = 1,
384 NumberOfInterfaces = 1,
405 NumberOfInterfaces = 1,
566 NumberOfInterfaces = 1,
563 NumberOfInterfaces = 1,
472 NumberOfInterfaces = 1,
22 public byte NumberOfInterfaces; field
41 public byte NumberOfInterfaces; field
377 interfaceDescriptors = new USB.InterfaceDescriptor[result.NumberOfInterfaces]; in ReadConfigurationDescriptor()432 NumberOfInterfaces = (byte)interfaceDescriptors.Count in GenerateDeviceDescriptor()