Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DUartPythonEngine.cs20 public sealed class UartPythonEngine : PythonEngine class
22 public UartPythonEngine(IMachine machine, IUART uart, string script) in UartPythonEngine() method in Antmicro.Renode.Hooks.UartPythonEngine
DUartHooksExtensions.cs48 var engine = new UartPythonEngine(machine, uart, pythonScript); in AddLineHook()