Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIOConnection.cs20 public GPIOEndpoint GPIOEndpoint property in Antmicro.Renode.Core.GPIOConnection
25 public GPIOConnection(int sourceNumber, GPIOEndpoint endpoint) in GPIOConnection()
28 this.GPIOEndpoint = endpoint; in GPIOConnection()
DGPIO.cs22 targets = new List<GPIOEndpoint>(); in GPIO()
63 targets.Add(new GPIOEndpoint(destination, destinationNumber)); in Connect()
77 public void Disconnect(GPIOEndpoint endpoint) in Disconnect()
112 public IList<GPIOEndpoint> Endpoints
158 private readonly IList<GPIOEndpoint> targets;
DIGPIORedirector.cs98 targets = new List<GPIOEndpoint>(); in GPIOWrapper()
114 targets.Add(new GPIOEndpoint(destination, destinationNumber)); in Connect()
128 public void Disconnect(GPIOEndpoint enpoint) in Disconnect()
149 public IList<GPIOEndpoint> Endpoints
160 private readonly IList<GPIOEndpoint> targets;
DGPIOEndpoint.cs12 public sealed class GPIOEndpoint class
14 public GPIOEndpoint(IGPIOReceiver receiver, int number) in GPIOEndpoint() method in Antmicro.Renode.Core.GPIOEndpoint
DIGPIO.cs22 void Disconnect(GPIOEndpoint endpoint); in Disconnect()
24 IList<GPIOEndpoint> Endpoints { get; }
DGPIOGate.cs63 public void Disconnect(GPIOEndpoint endpoint) in Disconnect()
85 public IList<GPIOEndpoint> Endpoints => destination.Endpoints;