Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs482 private struct CommandDefinition struct in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost
484 public CommandDefinition(uint length, CommandDirection direction, bool keepChipSelect) in CommandDefinition() method
491 public uint Length { get; }
492 public CommandDirection Direction { get; }
493 public bool KeepChipSelect { get; }