Home
last modified time | relevance | path

Searched defs:gpio (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DIGPIO.cs29 public static void Set(this IGPIO gpio) in Set()
34 public static void Unset(this IGPIO gpio) in Unset()
39 public static void Blink(this IGPIO gpio) in Blink()
/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; field in Antmicro.Renode.Hooks.GPIOPythonEngine
DGPIOHookExtensions.cs14 public static void AddStateChangedHook(this IGPIOWithHooks gpio, string pythonScript) in AddStateChangedHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DInterruptHandler.cs15 public InterruptHandler(IGPIO gpio) in InterruptHandler()
90 private readonly IGPIO gpio; field in Antmicro.Renode.Peripherals.InterruptHandler
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DIGaislerAPB.cs25 public static uint GetCpuInterruptNumber(this IGaislerAPB @this, IGPIO gpio) in GetCpuInterruptNumber()