Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/
DSCSICommandDescriptorBlock.cs13 public static SCSICommand DecodeCommand(byte[] data, int dataOffset = 0) in DecodeCommand() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DCDROM.cs64 var command = SCSICommandDescriptorBlock.DecodeCommand(packet, 0); in HandleCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs490 var cmd = DecodeCommand(instr); in DecodeCommands()
501 private IPCommandDescriptor DecodeCommand(short instr) in DecodeCommand() method in Antmicro.Renode.Peripherals.SPI.IMXRT_FlexSPI.CommandsEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs157 …var command = SCSICommandDescriptorBlock.DecodeCommand(packet, BulkOnlyTransportCommandBlockWrappe… in HandleCommand()