Searched refs:SendData (Results 1 – 8 of 8) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Network/ |
| D | BasicNetwork.cs | 34 node.TrySendData += SendData; in AttachTo() 45 node.TrySendData -= SendData; in DetachFrom() 53 private bool SendData(TData data, TAddress source, TAddress destination) in SendData() method in Antmicro.Renode.Network.BasicNetwork
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBPendrive.cs | 122 private void SendData(byte[] data) in SendData() method in Antmicro.Renode.Peripherals.USB.USBPendrive 166 SendData(new byte[36]); in HandleCommand() 175 SendData(Packet.Encode(result)); in HandleCommand() 186 SendData(data); in HandleCommand() 202 SendData(new byte[192]); in HandleCommand() 207 SendData(new byte[commandBlockWrapper.DataTransferLength]); in HandleCommand()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/ |
| D | CC2538_SSI.cs | 53 …rxFifo.TryDequeue(out var val) ? val : 0u, writeCallback: (_, value) => SendData((uint)value), nam… in CC2538_SSI() 137 private void SendData(uint value) in SendData() method in Antmicro.Renode.Peripherals.SPI.CC2538_SSI
|
| D | NRF52840_SPI.cs | 181 .WithValueField(0, 8, name: "TXD", writeCallback: (_, val) => SendData((byte)val)) in DefineRegisters() 329 private void SendData(byte b) in SendData() method in Antmicro.Renode.Peripherals.SPI.NRF52840_SPI
|
| D | AmbiqApollo4_IOMaster.cs | 317 SendData(value); in DefineRegisters() 632 SendData(value); in OutgoingFifoCountChangeAction() 698 private void SendData(uint value) in SendData() method in Antmicro.Renode.Peripherals.SPI.AmbiqApollo4_IOMaster
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | DA16200.cs | 100 private void SendData(int connectionId, NetworkAddress destination, byte[] data) in SendData() method in Antmicro.Renode.Peripherals.Network.DA16200 520 …owner.SendData((int)connectionId, new NetworkAddress(remoteAddress, remotePort.Value), dataToSend); in TryConsumeCharacter()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/ |
| D | EFM32GGI2CController.cs | 376 txpacket.Add((byte)(PacketStates.SendData)); in HandleTransfer() 771 SendData = 0xFD enumerator
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/ |
| D | CC2538RF.cs | 566 SendData(); in HandleSFRInstruction() 633 private void SendData() in SendData() method in Antmicro.Renode.Peripherals.Wireless.CC2538RF
|