Home
last modified time | relevance | path

Searched refs:GetByAddress (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Structure/
DSimpleContainer.cs76 protected T GetByAddress(int address) in GetByAddress() method in Antmicro.Renode.Core.Structure.SimpleContainerBase
133 public new T GetByAddress(int address) in GetByAddress() method in Antmicro.Renode.Core.Structure.SimpleContainerHelper
135 return base.GetByAddress(address); in GetByAddress()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/PCI/
DVersatilePCI.cs141 IPCIPeripheral pci_device = GetByAddress(found); in WriteDoubleWordIO()
175 IPCIPeripheral pci_device = GetByAddress(found); in ReadDoubleWordIO()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DTegraI2CController.cs192 GetByAddress(slaveAddressForPacket).Write(packet.ToArray()); in TransferData()
214 var packet = GetByAddress(slaveAddressForPacket).Read(); in PrepareRead()