Home
last modified time | relevance | path

Searched refs:IGPIOWithHooks (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DGPIOPythonEngine.cs20 public GPIOPythonEngine(IGPIOWithHooks gpio, string script) in GPIOPythonEngine()
50 private readonly IGPIOWithHooks gpio;
DGPIOHookExtensions.cs14 public static void AddStateChangedHook(this IGPIOWithHooks gpio, string pythonScript) in AddStateChangedHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIOWithHooks.cs12 public interface IGPIOWithHooks : IGPIO interface
DGPIO.cs17 public sealed class GPIO : IGPIOWithHooks