Searched defs:WhatIsAt (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | IBusController.cs | 57 IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null); in WhatIsAt() method |
| D | BusControllerProxy.cs | 188 … public virtual IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt() method in Antmicro.Renode.Peripherals.Bus.BusControllerProxy |
| D | SystemBus.cs | 551 public IBusRegistered<IBusPeripheral> WhatIsAt(ulong address, IPeripheral context = null) in WhatIsAt() method in Antmicro.Renode.Peripherals.Bus.SystemBus |