Home
last modified time | relevance | path

Searched refs:WhatPeripheralIsAt (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF52840_PPI.cs199 var target = sysbus.WhatPeripheralIsAt(oldValue); in UpdateEventEndpoint()
215 var target = sysbus.WhatPeripheralIsAt(newValue); in UpdateEventEndpoint()
DMPFS_Sysreg.cs245 var peripheral = sysbus.WhatPeripheralIsAt(info.Address.Value); in ManagePeripheral()
DRenesasDA14_ClockGenerationController.cs160 if(systemBus.WhatPeripheralIsAt(RomRemapAddress) != this.rom) in DefineRegisters()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusControllerProxy.cs194 public virtual IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null) in WhatPeripheralIsAt() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy
197 return ParentController.WhatPeripheralIsAt(address, context); in WhatPeripheralIsAt()
DIBusController.cs58 IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null); in WhatPeripheralIsAt() method
DSystemBus.cs556 public IPeripheral WhatPeripheralIsAt(ulong address, IPeripheral context = null) in WhatPeripheralIsAt() method in Antmicro.Renode.Peripherals.Bus.SystemBus