Searched refs:Endpoints (Results 1 – 13 of 13) sorted by relevance
63 Assert.IsEmpty(connections[0].Endpoints); in ShouldDetachConnectionFromGPIOByNumberConnection()89 Assert.IsEmpty(connections[0].Endpoints); in ShouldDetachOnlyOneConnectionFromGPIOByNumberConnection()90 Assert.IsNotEmpty(connections[1].Endpoints); in ShouldDetachOnlyOneConnectionFromGPIOByNumberConnection()91 Assert.IsNotEmpty(connections[2].Endpoints); in ShouldDetachOnlyOneConnectionFromGPIOByNumberConnection()140 Assert.IsEmpty(AConnections[0].Endpoints); in ShouldUnregisterChainedPeripheralsOnBDisconnect()141 Assert.IsEmpty(BConnections[0].Endpoints); in ShouldUnregisterChainedPeripheralsOnBDisconnect()142 Assert.IsEmpty(BConnections[1].Endpoints); in ShouldUnregisterChainedPeripheralsOnBDisconnect()143 Assert.IsNotEmpty(AConnections[1].Endpoints); in ShouldUnregisterChainedPeripheralsOnBDisconnect()162 Assert.True(A.Connections[0].Endpoints.Count == 2); in ShouldDisconnectEndpointOfUnregisteredPeripheral()163 Assert.True(B.Connections[0].Endpoints.Count == 1); in ShouldDisconnectEndpointOfUnregisteredPeripheral()[all …]
27 var endpoint = source.Endpoints; in ShouldPropagateConnected()36 var endpoint = source.Endpoints; in ShouldBeEmptyWhenNotConnected()
141 var conn1 = mock1.Connections[0].Endpoints; in ShouldSerializeGPIOs()146 var conn2 = mock2.Connections[1].Endpoints; in ShouldSerializeGPIOs()149 var conn3 = mock3.Connections[2].Endpoints; in ShouldSerializeGPIOs()
27 var endpoint = gpio.Endpoints.FirstOrDefault(); in GetCpuInterruptNumber()36 endpoint = combiner.OutputLine.Endpoints.SingleOrDefault(); in GetCpuInterruptNumber()
85 public IList<GPIOEndpoint> Endpoints => destination.Endpoints; field in Antmicro.Renode.Core.GPIOGate.IrqNode
24 IList<GPIOEndpoint> Endpoints { get; } property
112 public IList<GPIOEndpoint> Endpoints property in Antmicro.Renode.Core.GPIO
149 public IList<GPIOEndpoint> Endpoints property in Antmicro.Renode.Core.IGPIORedirector.GPIOWrapper
1651 var endpoints = gpio.Endpoints; in DetachIncomingInterrupts()
64 public IReadOnlyCollection<USBEndpoint> Endpoints => endpoints; field in Antmicro.Renode.Core.USB.USBInterface71 .Append((byte)Endpoints.Count) in FillDescriptor()
72 foreach(var epoint in iface.Endpoints) in Reset()90 …var ep = iface.Endpoints.FirstOrDefault(x => x.Identifier == endpointNumber && x.Direction == dire… in GetEndpoint()
50 var endpoints = gpio.Endpoints; in Unregister()
110 var endpoints = mic.GetCurrentCpuIrq(micIndex).Endpoints;