Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs115 …private void SendResult(BulkOnlyTransportCommandBlockWrapper commandBlockWrapper, CommandStatus st… in SendResult() argument
117 var response = new CommandStatusWrapper(commandBlockWrapper.Tag, dataResidue, status); in SendResult()
150 if(!BulkOnlyTransportCommandBlockWrapper.TryParse(packet, out var commandBlockWrapper)) in HandleCommand()
156 this.Log(LogLevel.Noisy, "Parsed command block wrapper: {0}", commandBlockWrapper); in HandleCommand()
162 SendResult(commandBlockWrapper); in HandleCommand()
167 SendResult(commandBlockWrapper); in HandleCommand()
176 SendResult(commandBlockWrapper); in HandleCommand()
187 …SendResult(commandBlockWrapper, CommandStatus.Success, (uint)(commandBlockWrapper.DataTransferLeng… in HandleCommand()
192 writeCommandWrapper = commandBlockWrapper; in HandleCommand()
203 SendResult(commandBlockWrapper); in HandleCommand()
[all …]