Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DOpenTitan_SpiHost.cs195 ….WithEnumField<DoubleWordRegister, CommandDirection>(12, 2, out var commandDirection, FieldMode.Wr… 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()
348 if(command.Direction == CommandDirection.Dummy) in HandleCommand()
357 … if(command.Direction == CommandDirection.TxOnly || command.Direction == CommandDirection.TxRx) in HandleCommand()
379 … if(command.Direction == CommandDirection.RxOnly || command.Direction == CommandDirection.TxRx) in HandleCommand()
448 private enum CommandDirection enum in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiHost
484 public CommandDefinition(uint length, CommandDirection direction, bool keepChipSelect) in CommandDefinition()
492 public CommandDirection Direction { get; }
DMAX3421E.cs365 var dir = (CommandDirection)((data >> 1) & 0x1); in HandleCommandByte()
372 case CommandDirection.Write: in HandleCommandByte()
376 case CommandDirection.Read: in HandleCommandByte()
570 private enum CommandDirection enum in Antmicro.Renode.Peripherals.SPI.MAX3421E