Searched refs:GetReadByteMethod (Results 1 – 3 of 3) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ | ||
| D | BusParametrizedRegistration.cs | 53 var readByte = GetReadByteMethod(peripheral); in FillAccessMethods() |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/ | ||
| D | ArmGicRedistributorRegistration.cs | 36 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/ | ||
| D | SystemBusTests.cs | 553 public override Func<long, byte> GetReadByteMethod(IBusPeripheral peripheral) in GetReadByteMethod() method in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral.Registration |