Home
last modified time | relevance | path

Searched refs:BusPeripheralsHooksPythonEngine (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DBusPeripheralsHooksPythonEngine.cs19 public class BusPeripheralsHooksPythonEngine : PythonEngine class
21 …public BusPeripheralsHooksPythonEngine(IBusController sysbus, IBusPeripheral peripheral, string re… in BusPeripheralsHooksPythonEngine() method in Antmicro.Renode.Hooks.BusPeripheralsHooksPythonEngine
DSystemBusHooksExtensions.cs20 var runner = new BusPeripheralsHooksPythonEngine(sysbus, peripheral, pythonScript); in SetHookAfterPeripheralRead()
29 … var runner = new BusPeripheralsHooksPythonEngine(sysbus, peripheral, null, pythonScript); in SetHookBeforePeripheralWrite()