Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DGPIODetachingTests.cs63 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 …]
DGPIOTests.cs27 var endpoint = source.Endpoints; in ShouldPropagateConnected()
36 var endpoint = source.Endpoints; in ShouldBeEmptyWhenNotConnected()
DSerializationTests.cs141 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()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DIGaislerAPB.cs27 var endpoint = gpio.Endpoints.FirstOrDefault(); in GetCpuInterruptNumber()
36 endpoint = combiner.OutputLine.Endpoints.SingleOrDefault(); in GetCpuInterruptNumber()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIOGate.cs85 public IList<GPIOEndpoint> Endpoints => destination.Endpoints; field in Antmicro.Renode.Core.GPIOGate.IrqNode
DIGPIO.cs24 IList<GPIOEndpoint> Endpoints { get; } property
DGPIO.cs112 public IList<GPIOEndpoint> Endpoints property in Antmicro.Renode.Core.GPIO
DIGPIORedirector.cs149 public IList<GPIOEndpoint> Endpoints property in Antmicro.Renode.Core.IGPIORedirector.GPIOWrapper
DMachine.cs1651 var endpoints = gpio.Endpoints; in DetachIncomingInterrupts()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/
DUSBInterface.cs64 public IReadOnlyCollection<USBEndpoint> Endpoints => endpoints; field in Antmicro.Renode.Core.USB.USBInterface
71 .Append((byte)Endpoints.Count) in FillDescriptor()
DUSBDeviceCore.cs72 foreach(var epoint in iface.Endpoints) in Reset()
90 …var ep = iface.Endpoints.FirstOrDefault(x => x.Identifier == endpointNumber && x.Direction == dire… in GetEndpoint()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/GPIOPort/
DBaseGPIOPort.cs50 var endpoints = gpio.Endpoints; in Unregister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Sparc/
DSparc.cs110 var endpoints = mic.GetCurrentCpuIrq(micIndex).Endpoints;