Home
last modified time | relevance | path

Searched defs:endpoint (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sockets/
DSocketsManager.cs47 …ly addressFamily, SocketType socketType, ProtocolType protocolType, EndPoint endpoint, string name… in AcquireSocket()
73 …ly addressFamily, SocketType socketType, ProtocolType protocolType, EndPoint endpoint, string name… in SocketInstance()
129 private string endpoint; field in Antmicro.Renode.Sockets.SocketsManager.SocketInstance
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DGPIOConnection.cs25 public GPIOConnection(int sourceNumber, GPIOEndpoint endpoint) in GPIOConnection()
DIGPIO.cs22 void Disconnect(GPIOEndpoint endpoint); in Disconnect()
DGPIOGate.cs63 public void Disconnect(GPIOEndpoint endpoint) in Disconnect()
DGPIO.cs77 public void Disconnect(GPIOEndpoint endpoint) in Disconnect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBMouse.cs115 private USBEndpoint endpoint; field in Antmicro.Renode.Peripherals.USB.USBMouse
DUSBKeyboard.cs189 private USBEndpoint endpoint; field in Antmicro.Renode.Peripherals.USB.USBKeyboard
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMAX3421E.cs460 private void HandleBulkOut(USBEndpoint endpoint) in HandleBulkOut()
480 private void HandleBulkIn(USBEndpoint endpoint) in HandleBulkIn()