Searched refs:ReadHook (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | SystemBusHooksExtensions.cs | 21 sysbus.SetHookAfterPeripheralRead<ulong>(peripheral, runner.ReadHook, subrange); in SetHookAfterPeripheralRead() 22 …terPeripheralRead<uint>(peripheral, (readValue, offset) => (uint)runner.ReadHook(readValue, offset… in SetHookAfterPeripheralRead() 23 …eripheralRead<ushort>(peripheral, (readValue, offset) => (ushort)runner.ReadHook(readValue, offset… in SetHookAfterPeripheralRead() 24 …terPeripheralRead<byte>(peripheral, (readValue, offset) => (byte)runner.ReadHook(readValue, offset… in SetHookAfterPeripheralRead()
|
| D | BusPeripheralsHooksPythonEngine.cs | 46 ReadHook = new Func<ulong, long, ulong>((readValue, offset) => in BusPeripheralsHooksPythonEngine() 79 public Func<ulong, long, ulong> ReadHook { get; private set; } property in Antmicro.Renode.Hooks.BusPeripheralsHooksPythonEngine
|