Searched refs:STIGCommand (Results 1 – 3 of 3) sorted by relevance
16 internal abstract class STIGCommand : Command class18 static public STIGCommand CreateSTIGCommand(Cadence_xSPI controller, CommandPayload payload) in CreateSTIGCommand()34 public STIGCommand(Cadence_xSPI controller, CommandPayload payload) : base(controller) in STIGCommand() method in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.STIGCommand62 internal class SendOperationCommand : STIGCommand102 internal class DataSequenceCommand : STIGCommand, IDMACommand
20 return STIGCommand.CreateSTIGCommand(controller, payload); in CreateCommand()
29 …commandCompleted = new CadenceInterruptFlag(() => (currentCommand as STIGCommand)?.Completed ?? fa… in Cadence_xSPI()