Searched refs:GetBusAddress (Results 1 – 1 of 1) sorted by relevance
89 private uint? GetBusAddress(IBusPeripheral peripheral) in GetBusAddress() method in Antmicro.Renode.Peripherals.Bus.GaislerAPBController101 …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()