Home
last modified time | relevance | path

Searched refs:CommandStatusWrapper (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/BOT/
DCommandStatusWrapper.cs12 public class CommandStatusWrapper class
14 public CommandStatusWrapper(uint tag, uint dataResidue, CommandStatus status) in CommandStatusWrapper() method in Antmicro.Renode.Core.USB.MSC.BOT.CommandStatusWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorage.cs196 var csw = new CommandStatusWrapper(); in ReceiveCommandBlockWrapper()
525 private class CommandStatusWrapper class in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage
672 private CommandStatusWrapper writeCSW;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs117 var response = new CommandStatusWrapper(commandBlockWrapper.Tag, dataResidue, status); in SendResult()