Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs33 var readDoubleWord = GetReadDoubleWordMethod(peripheral); in FillAccessMethods()
70 public virtual Func<long, uint> GetReadDoubleWordMethod(IBusPeripheral _) => null; in GetReadDoubleWordMethod() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs68 public override Func<long, uint> GetReadDoubleWordMethod(IBusPeripheral peripheral) in GetReadDoubleWordMethod() method in Antmicro.Renode.Peripherals.IRQControllers.ArmGicRedistributorRegistration