Home
last modified time | relevance | path

Searched defs:response (Results 1 – 6 of 6) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DKS8851.cs264 private readonly byte[] response; field in Antmicro.Renode.Peripherals.Network.KS8851
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs207 protected void SendResponse(Response response) in SendResponse()
553 public readonly Response response; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Test/PeripheralsTests/
DEFR32_I2CControllerTests.cs247 private void EnqueueDummyBytes(IEnumerable<byte> response) in EnqueueDummyBytes()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DPULP_uDMA_SDIO.cs310 private readonly IValueRegisterField[] response; field in Antmicro.Renode.Peripherals.SD.PULP_uDMA_SDIO
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/USBIP/
DUSBIPServer.cs484 … private bool TryHandleDeviceAttachCommand(string deviceIdString, out IEnumerable<byte> response) in TryHandleDeviceAttachCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynqMP_PlatformManagementUnit.cs316 private IpiMessage CreateAckResponse(IpiMessage response, RequestAck ack) in CreateAckResponse()