Searched refs:CommandDirection (Results 1 – 2 of 2) sorted by relevance
195 ….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_SpiHost484 public CommandDefinition(uint length, CommandDirection direction, bool keepChipSelect) in CommandDefinition()492 public CommandDirection Direction { get; }
365 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