Searched defs:gpio (Results 1 – 5 of 5) sorted by relevance
29 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()
20 public GPIOPythonEngine(IGPIOWithHooks gpio, string script) in GPIOPythonEngine()50 private readonly IGPIOWithHooks gpio; field in Antmicro.Renode.Hooks.GPIOPythonEngine
14 public static void AddStateChangedHook(this IGPIOWithHooks gpio, string pythonScript) in AddStateChangedHook()
15 public InterruptHandler(IGPIO gpio) in InterruptHandler()90 private readonly IGPIO gpio; field in Antmicro.Renode.Peripherals.InterruptHandler
25 public static uint GetCpuInterruptNumber(this IGaislerAPB @this, IGPIO gpio) in GetCpuInterruptNumber()