Home
last modified time | relevance | path

Searched defs:connections (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DConnector.cs79 private readonly WeakMultiTable<IConnectable, IEmulationElement> connections; field in Antmicro.Renode.Core.Connector
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/GPIOPort/
DHiFive_PWM.cs213 private readonly Dictionary<int, IGPIO> connections; field in Antmicro.Renode.Peripherals.HiFive_PWM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/Timers/
DARM_GlobalTimer.cs271 private readonly Dictionary<int, IGPIO> connections; field in Antmicro.Renode.Peripherals.Timers.ARM_GlobalTimer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRenesasDA14_GPT.cs354 private readonly GPIOConnection[] connections; field in Antmicro.Renode.Peripherals.Timers.RenesasDA14_GPT
DSTM32_Timer.cs573 private readonly Dictionary<int, IGPIO> connections; field in Antmicro.Renode.Peripherals.Timers.STM32_Timer
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Config/Devices/
DDevicesConfig.cs406 …vate static void InitializeConnections(DeviceInfo device, IDictionary<string, dynamic> connections) in InitializeConnections()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DDA16200.cs336 private readonly Connection[] connections = new Connection[MaxConnections]; field in Antmicro.Renode.Peripherals.Network.DA16200