Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DSocketUartAnalyzer.cs26 ioSource = new SimpleActiveIOSource(); in AttachTo()
27 ioProvider.Backend = ioSource; in AttachTo()
54 ioSource.ByteWritten += WriteToClient; in StartServer()
67 ioSource.InvokeByteRead(c); in WriteToUart()
70 private SimpleActiveIOSource ioSource; field in Antmicro.Renode.Analyzers.SocketUartAnalyzer
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DConsoleWindowBackendAnalyzer.cs65 if(!provider.TryOpen(Name, out IIOSource ioSource, isMonitorWindow)) in Show()
70 IO.Backend = ioSource; in Show()