Home
last modified time | relevance | path

Searched defs:Hook (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DGPIOPythonEngine.cs45 public Action<bool> Hook { get; } property in Antmicro.Renode.Hooks.GPIOPythonEngine
DSyncPointHookPythonEngine.cs45 public Action<long> Hook { get; private set; } property in Antmicro.Renode.Hooks.SyncPointHookPythonEngine
DUserStatePythonEngine.cs47 public Action<string> Hook { get; private set; } property in Antmicro.Renode.Hooks.UserStatePythonEngine
DWatchpointHookPythonEngine.cs40 public BusHookDelegate Hook { get; private set; } property in Antmicro.Renode.Hooks.WatchpointHookPythonEngine
DPSCIPythonEngine.cs45 public Action Hook { get; } property in Antmicro.Renode.Hooks.PSCIPythonEngine
DRegisterCollectionHookPythonEngine.cs39 public Action<long, T?> Hook { get; } property in Antmicro.Renode.Hooks.RegisterCollectionHookPythonEngine
DUartPythonEngine.cs50 public Action<string> Hook { get; private set; } property in Antmicro.Renode.Hooks.UartPythonEngine
DBlockPythonEngine.cs59 public Action<ICpuSupportingGdb, ulong> Hook { get; private set; } property in Antmicro.Renode.Hooks.BlockPythonEngine
DPacketInterceptionPythonEngine.cs47 public Action<byte[]> Hook { get; private set; } property in Antmicro.Renode.Hooks.PacketInterceptionPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVInstructionPythonEngine.cs73 public Action<ulong> Hook { get; } property in Antmicro.Renode.Hooks.RiscVInstructionPythonEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs226 public readonly BusHookDelegate Hook; field in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand.WatchpointDescriptor