Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs193 .WithFlag(9, out var keepChipSelect, name: "CSAAT") in DefineRegisters()
197 …mmand((uint)commandLength.Value, commandDirection.Value, commandSpeed.Value, keepChipSelect.Value)) in DefineRegisters()
281 …id EnqueueCommand(uint length, CommandDirection direction, CommandSpeed speed, bool keepChipSelect) in EnqueueCommand() argument
291 cmdFifo.Enqueue(new CommandDefinition(length, direction, keepChipSelect)); in EnqueueCommand()
484 public CommandDefinition(uint length, CommandDirection direction, bool keepChipSelect) in CommandDefinition()
488 this.KeepChipSelect = keepChipSelect; in CommandDefinition()