Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusParametrizedRegistration.cs53 var readByte = GetReadByteMethod(peripheral); in FillAccessMethods()
74 public virtual Func<long, byte> GetReadByteMethod(IBusPeripheral _) => null; in GetReadByteMethod() method in Antmicro.Renode.Peripherals.Bus.BusParametrizedRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs36 public override Func<long, byte> GetReadByteMethod(IBusPeripheral peripheral) in GetReadByteMethod() method in Antmicro.Renode.Peripherals.IRQControllers.ArmGicRedistributorRegistration
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs553 public override Func<long, byte> GetReadByteMethod(IBusPeripheral peripheral) in GetReadByteMethod() method in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral.Registration