Searched defs:Endpoints (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ | ||
| D | IGPIO.cs | 24 IList<GPIOEndpoint> Endpoints { get; } property |
| D | GPIOGate.cs | 85 public IList<GPIOEndpoint> Endpoints => destination.Endpoints; field in Antmicro.Renode.Core.GPIOGate.IrqNode |
| D | GPIO.cs | 112 public IList<GPIOEndpoint> Endpoints property in Antmicro.Renode.Core.GPIO |
| D | IGPIORedirector.cs | 149 public IList<GPIOEndpoint> Endpoints property in Antmicro.Renode.Core.IGPIORedirector.GPIOWrapper |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/ | ||
| D | USBInterface.cs | 64 public IReadOnlyCollection<USBEndpoint> Endpoints => endpoints; field in Antmicro.Renode.Core.USB.USBInterface |