Searched refs:GPIOEndpoint (Results 1 – 6 of 6) sorted by relevance
20 public GPIOEndpoint GPIOEndpoint property in Antmicro.Renode.Core.GPIOConnection25 public GPIOConnection(int sourceNumber, GPIOEndpoint endpoint) in GPIOConnection()28 this.GPIOEndpoint = endpoint; in GPIOConnection()
22 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> Endpoints158 private readonly IList<GPIOEndpoint> targets;
98 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> Endpoints160 private readonly IList<GPIOEndpoint> targets;
12 public sealed class GPIOEndpoint class14 public GPIOEndpoint(IGPIOReceiver receiver, int number) in GPIOEndpoint() method in Antmicro.Renode.Core.GPIOEndpoint
22 void Disconnect(GPIOEndpoint endpoint); in Disconnect()24 IList<GPIOEndpoint> Endpoints { get; }
63 public void Disconnect(GPIOEndpoint endpoint) in Disconnect()85 public IList<GPIOEndpoint> Endpoints => destination.Endpoints;