Searched defs:ByteRead (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ | ||
| D | SocketIOSource.cs | 44 public event System.Action<int> ByteRead property in Antmicro.Renode.Utilities.SocketIOSource |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/ | ||
| D | UARTBackend.cs | 102 private void ByteRead(int b) in ByteRead() method in Antmicro.Renode.Peripherals.UART.UARTBackend |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/ | ||
| D | SocketUartAnalyzer.cs | 96 public event Action<int> ByteRead; event in Antmicro.Renode.Analyzers.SocketUartAnalyzer.SimpleActiveIOSource |
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/ | ||
| D | ConsoleIOSource.cs | 72 public event Action<int> ByteRead; event in Antmicro.Renode.UI.ConsoleIOSource |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/ | ||
| D | SystemBusTests.cs | 528 public bool ByteRead { get; private set; } property in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral |