Searched refs:PythonRequest (Results 1 – 2 of 2) sorted by relevance
42 Request = new PythonRequest(); in InitScope()109 private PythonRequest request;111 public PythonRequest Request126 public class PythonRequest class in Antmicro.Renode.Peripherals.Python.PeripheralPythonEngine
137 pythonRunner.Request.type = PeripheralPythonEngine.PythonRequest.RequestType.USER; in ControlRead()177 pythonRunner.Request.type = PeripheralPythonEngine.PythonRequest.RequestType.INIT; in Init()187 pythonRunner.Request.type = PeripheralPythonEngine.PythonRequest.RequestType.READ; in HandleRead()198 pythonRunner.Request.type = PeripheralPythonEngine.PythonRequest.RequestType.WRITE; in HandleWrite()