Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs194 ….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