Home
last modified time | relevance | path

Searched defs:ByteRead (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSocketIOSource.cs44 public event System.Action<int> ByteRead property in Antmicro.Renode.Utilities.SocketIOSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DUARTBackend.cs102 private void ByteRead(int b) in ByteRead() method in Antmicro.Renode.Peripherals.UART.UARTBackend
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DSocketUartAnalyzer.cs96 public event Action<int> ByteRead; event in Antmicro.Renode.Analyzers.SocketUartAnalyzer.SimpleActiveIOSource
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DConsoleIOSource.cs72 public event Action<int> ByteRead; event in Antmicro.Renode.UI.ConsoleIOSource
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSystemBusTests.cs528 public bool ByteRead { get; private set; } property in Antmicro.Renode.UnitTests.SystemBusTests.ParametrizedRegistrationPeripheral