Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEtherBoneBridge.cs178 private readonly TcpClient connection; field in Antmicro.Renode.Peripherals.EtherBoneBridge
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs178 private bool TryGetConnection(int connectionId, out Connection connection) in TryGetConnection()
193 private bool TryGetConnectionByPort(ushort localPort, out Connection connection) in TryGetConnectionByPort()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DHPSHostController.cs483 private int GetLength(Socket connection) in GetLength()
491 private void PollForSocketData(Socket connection, byte[] data, bool send = false) in PollForSocketData()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasDA14_GPT.cs342 private void ClearGPIOEvent(GPIOConnection connection, bool value) in ClearGPIOEvent()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs419 private static void InitializeConnections(DeviceInfo device, string connection) in InitializeConnections()