Searched refs:Interfaces (Results 1 – 3 of 3) sorted by relevance
92 public IReadOnlyCollection<USBInterface> Interfaces => interfaces; field in Antmicro.Renode.Core.USB.USBConfiguration98 .Append((byte)Interfaces.Count) in FillDescriptor()
70 foreach(var iface in SelectedConfiguration.Interfaces) in Reset()88 foreach(var iface in SelectedConfiguration.Interfaces) in GetEndpoint()127 … var iface = SelectedConfiguration.Interfaces.FirstOrDefault(x => x.Identifier == packet.Index); in HandleSetupPacket()
221 … ImplementsInterface(ResolveInner(type.BaseType), @interface)) || type.Interfaces.Any(i => Impleme… in ImplementsInterface()223 … ImplementsInterface(ResolveInner(type.BaseType), @interface)) || type.Interfaces.Any(i => Impleme… in ImplementsInterface()557 …if(type.Interfaces.Any(i => ResolveInner(i.InterfaceType)?.GetFullNameOfMember() == typeof(IPeriph… in AnalyzeAssembly()559 …if(type.Interfaces.Any(i => ResolveInner(i)?.GetFullNameOfMember() == typeof(IPeripheral).FullName… in AnalyzeAssembly()643 …var isAutoLoad = type.Interfaces.Select(x => x.InterfaceType.GetFullNameOfMember()).Contains(typeo… in IsAutoLoadType()645 …var isAutoLoad = type.Interfaces.Select(x => x.GetFullNameOfMember()).Contains(typeof(IAutoLoadTyp… in IsAutoLoadType()