Searched refs:BusPeripheralsHooksPythonEngine (Results 1 – 2 of 2) sorted by relevance
19 public class BusPeripheralsHooksPythonEngine : PythonEngine class21 …public BusPeripheralsHooksPythonEngine(IBusController sysbus, IBusPeripheral peripheral, string re… in BusPeripheralsHooksPythonEngine() method in Antmicro.Renode.Hooks.BusPeripheralsHooksPythonEngine
20 var runner = new BusPeripheralsHooksPythonEngine(sysbus, peripheral, pythonScript); in SetHookAfterPeripheralRead()29 … var runner = new BusPeripheralsHooksPythonEngine(sysbus, peripheral, null, pythonScript); in SetHookBeforePeripheralWrite()