Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAPBController.cs89 private uint? GetBusAddress(IBusPeripheral peripheral) in GetBusAddress() method in Antmicro.Renode.Peripherals.Bus.GaislerAPBController
101 …var busAddress = GetBusAddress(this) ?? throw new RecoverableException("Failed to get the controll… in cacheRecords()
103 … .Where(x => x.Peripheral is IGaislerAPB && GetBusAddress(x.Peripheral) == busAddress); in cacheRecords()