Searched refs:CommandSpeed (Results 1 – 1 of 1) sorted by relevance
194 ….WithEnumField<DoubleWordRegister, CommandSpeed>(10, 2, out var commandSpeed, FieldMode.Write, nam… in DefineRegisters()281 …private void EnqueueCommand(uint length, CommandDirection direction, CommandSpeed speed, bool keep… in EnqueueCommand()283 if((direction == CommandDirection.TxRx && speed != CommandSpeed.Standard) || in EnqueueCommand()284 speed == CommandSpeed.Reserved) in EnqueueCommand()456 private enum CommandSpeed enum in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost