Searched defs:CommandDefinition (Results 1 – 1 of 1) sorted by relevance
482 private struct CommandDefinition struct in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost484 public CommandDefinition(uint length, CommandDirection direction, bool keepChipSelect) in CommandDefinition() method491 public uint Length { get; }492 public CommandDirection Direction { get; }493 public bool KeepChipSelect { get; }