Home
last modified time | relevance | path

Searched defs:HandleCommand (Results 1 – 22 of 22) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/ATAPI/
DIAtapiPeripheral.cs14 void HandleCommand(byte[] packet); in HandleCommand() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/
DCDROM.cs62 public void HandleCommand(byte[] packet) in HandleCommand() method in Antmicro.Renode.Peripherals.ATAPI.CDROM
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBPendrive.cs148 private void HandleCommand(byte[] packet) in HandleCommand() method in Antmicro.Renode.Peripherals.USB.USBPendrive
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/NORFlash/
DDecodedOperation.cs92 HandleCommand, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNANDFlash.cs182 private void HandleCommand(Command command) in HandleCommand() method in Antmicro.Renode.Peripherals.SPI.NANDFlash
DGigaDevice_GD25LQ.cs153 private byte HandleCommand(byte data) in HandleCommand() method in Antmicro.Renode.Peripherals.SPI.GigaDevice_GD25LQ
DMXIC_MX66UM1G45G.cs352 private byte HandleCommand(byte data) in HandleCommand() method in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G
DOpenTitan_SpiHost.cs346 private void HandleCommand(CommandDefinition command) in HandleCommand() method in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost
DGenericSpiFlash.cs421 private byte HandleCommand(byte data) in HandleCommand() method in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash
DIMXRT_FlexSPI.cs523 private bool HandleCommand(IPCommandDescriptor cmd, ISPIPeripheral device) in HandleCommand() method in Antmicro.Renode.Peripherals.SPI.IMXRT_FlexSPI.CommandsEngine
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DXilinx_XADC.cs126 private void HandleCommand(uint command) in HandleCommand() method in Antmicro.Renode.Peripherals.Analog.Xilinx_XADC
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DPULP_uDMA_I2C.cs193 private int HandleCommand(Command command, byte[] data, int argumentOffset) in HandleCommand() method in Antmicro.Renode.Peripherals.I2C.PULP_uDMA_I2C
DS32K3XX_LowPowerInterIntegratedCircuit.cs75 private void HandleCommand(Command command) in HandleCommand() method in Antmicro.Renode.Peripherals.I2C.S32K3XX_LowPowerInterIntegratedCircuit
DEFR32_GenericI2CController.cs174 private void HandleCommand(Command command) in HandleCommand() method in Antmicro.Renode.Peripherals.I2C.EFR32_GenericI2CController
DEFM32GGI2CController.cs194 private void HandleCommand(uint value) in HandleCommand() method in Antmicro.Renode.Peripherals.I2C.EFM32GGI2CController
DOpenTitan_I2C.cs431 private void HandleCommand(FormatIndicator command) in HandleCommand() method in Antmicro.Renode.Peripherals.I2C.OpenTitan_I2C
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DOpenTitan_BigNumberAccelerator.cs313 private void HandleCommand(Command command) in HandleCommand() method in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_BigNumberAccelerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs295 protected virtual Response HandleCommand(string command) in HandleCommand() method in Antmicro.Renode.Peripherals.Network.AtCommandModem
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs30 public ICommandInteraction HandleCommand(string cmd, ICommandInteraction ci) in HandleCommand() method in Antmicro.Renode.UserInterface.Monitor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs180 public BitStream HandleCommand(uint commandIndex, uint arg) in HandleCommand() method in Antmicro.Renode.Peripherals.SD.SDCard
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs185 …private byte[] HandleCommand(CommandUPIU request, byte[] dataOutTransfer, out byte[] dataInTransfe… in HandleCommand() method in Antmicro.Renode.Peripherals.Storage.UFSDevice
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/
DQuectelModem.cs187 protected override Response HandleCommand(string command) in HandleCommand() method in Antmicro.Renode.Peripherals.Network.QuectelModem