Searched defs:Hook (Results 1 – 11 of 11) sorted by relevance
45 public Action<bool> Hook { get; } property in Antmicro.Renode.Hooks.GPIOPythonEngine
45 public Action<long> Hook { get; private set; } property in Antmicro.Renode.Hooks.SyncPointHookPythonEngine
47 public Action<string> Hook { get; private set; } property in Antmicro.Renode.Hooks.UserStatePythonEngine
40 public BusHookDelegate Hook { get; private set; } property in Antmicro.Renode.Hooks.WatchpointHookPythonEngine
45 public Action Hook { get; } property in Antmicro.Renode.Hooks.PSCIPythonEngine
39 public Action<long, T?> Hook { get; } property in Antmicro.Renode.Hooks.RegisterCollectionHookPythonEngine
50 public Action<string> Hook { get; private set; } property in Antmicro.Renode.Hooks.UartPythonEngine
59 public Action<ICpuSupportingGdb, ulong> Hook { get; private set; } property in Antmicro.Renode.Hooks.BlockPythonEngine
47 public Action<byte[]> Hook { get; private set; } property in Antmicro.Renode.Hooks.PacketInterceptionPythonEngine
73 public Action<ulong> Hook { get; } property in Antmicro.Renode.Hooks.RiscVInstructionPythonEngine
226 public readonly BusHookDelegate Hook; field in Antmicro.Renode.Utilities.GDB.Commands.BreakpointCommand.WatchpointDescriptor