Home
last modified time | relevance | path

Searched refs:SendByte (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCC2538_SSI.cs131 SendByte(value); in EnableTransmitter()
146 SendByte(byteValue); in SendData()
156 private void SendByte(byte value) in SendByte() method in Antmicro.Renode.Peripherals.SPI.CC2538_SSI
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSocketIOSource.cs41 server.SendByte(b); in Write()
DSocketServerProvider.cs74 public void SendByte(byte b) in SendByte() method in Antmicro.Renode.Utilities.SocketServerProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DServerSocketTerminal.cs37 server.SendByte(value); in WriteChar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Analyzers/
DSocketUartAnalyzer.cs62 server.SendByte(b); in WriteToClient()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/Backends/
DNetworkBackend.cs82 socketServerProvider?.SendByte(value); in WriteChar()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/GDB/
DGdbStub.cs300 stub.terminal.SendByte(b); in SendByteDirect()
307 stub.terminal.SendByte(b); in SendAllBufferedData()