Searched refs:CommandMode (Results 1 – 1 of 1) sorted by relevance
20 case CommandMode.PIO: in CreateAutoCommand()41 protected CommandMode mode;43 static private CommandMode DecodeCommandMode(CommandPayload payload) in DecodeCommandMode()45 return (CommandMode)BitHelper.GetValue(payload[0], 30, 2); in DecodeCommandMode()48 protected enum CommandMode enum in Antmicro.Renode.Peripherals.SPI.Cadence_xSPICommands.AutoCommand