Home
last modified time | relevance | path

Searched defs:Endpoints (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIO.cs24 IList<GPIOEndpoint> Endpoints { get; } property
DGPIOGate.cs85 public IList<GPIOEndpoint> Endpoints => destination.Endpoints; field in Antmicro.Renode.Core.GPIOGate.IrqNode
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
/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