Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DGPIOPythonEngine.cs18 public sealed class GPIOPythonEngine : PythonEngine class
20 public GPIOPythonEngine(IGPIOWithHooks gpio, string script) in GPIOPythonEngine() method in Antmicro.Renode.Hooks.GPIOPythonEngine
DGPIOHookExtensions.cs16 var engine = new GPIOPythonEngine(gpio, pythonScript); in AddStateChangedHook()