Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/Cadence_xSPICommands/
DCommand.cs15 static public Command CreateCommand(Cadence_xSPI controller, CommandPayload payload) in CreateCommand() method in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.Command
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_xSPI.cs123 currentCommand = Command.CreateCommand(this, new CommandPayload(commandPayload)); in TriggerCommand()