Home
last modified time | relevance | path

Searched refs:Commands (Results 1 – 25 of 81) sorted by relevance

1234

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMMCController.cs45 …protected uint[] ExecuteCommand(Commands command, uint args, bool sendInitSequence, bool dataTrans… in ExecuteCommand()
55 case Commands.GoIdleState: in ExecuteCommand()
61 case Commands.SendOpCond: in ExecuteCommand()
62 case Commands.IoSendOpCond: in ExecuteCommand()
65 case Commands.SendStatus: in ExecuteCommand()
68 case Commands.SendSdConfiguration: in ExecuteCommand()
71 case Commands.SetRelativeAddress: in ExecuteCommand()
74 case Commands.SelectDeselectCard: in ExecuteCommand()
77 case Commands.SendExtendedCardSpecificData: in ExecuteCommand()
80 case Commands.SendCardSpecificData: in ExecuteCommand()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_EEFC.cs103 private void ExecuteFlashCommand(Commands command, int argument) in ExecuteFlashCommand()
112 case Commands.GetFlashDescriptor: in ExecuteFlashCommand()
126 case Commands.WritePage: in ExecuteFlashCommand()
130 case Commands.WritePageAndLock: in ExecuteFlashCommand()
132 goto case Commands.SetLockBit; in ExecuteFlashCommand()
134 case Commands.ErasePageAndWritePage: in ExecuteFlashCommand()
143 case Commands.ErasePageAndWritePageThenLock: in ExecuteFlashCommand()
150 goto case Commands.SetLockBit; in ExecuteFlashCommand()
152 case Commands.EraseAll: in ExecuteFlashCommand()
156 case Commands.ErasePages: in ExecuteFlashCommand()
[all …]
DMPFS_SystemServices.cs69 HandleRequest((Commands)command.Value, (uint)commandOffset.Value); in DefineRegisters()
84 private void HandleRequest(Commands opcode, uint offset) in HandleRequest()
90 case Commands.SerialNumberService: in HandleRequest()
93 case Commands.SPICopy: in HandleRequest()
158 private enum Commands enum in Antmicro.Renode.Peripherals.Miscellaneous.MPFS_SystemServices
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGenericSpiFlash.cs202 protected virtual int GetDummyBytes(Commands command) in GetDummyBytes()
206 case Commands.FastRead: in GetDummyBytes()
246 currentOperation.DummyBytesRemaining = GetDummyBytes((Commands)firstByte); in RecognizeOperation()
249 case (byte)Commands.ReadID: in RecognizeOperation()
250 case (byte)Commands.MultipleIoReadID: in RecognizeOperation()
253 case (byte)Commands.ReadSerialFlashDiscoveryParameter: in RecognizeOperation()
258 case (byte)Commands.FastRead: in RecognizeOperation()
264 case (byte)Commands.Read: in RecognizeOperation()
265 case (byte)Commands.DualOutputFastRead: in RecognizeOperation()
266 case (byte)Commands.DualInputOutputFastRead: in RecognizeOperation()
[all …]
DPULP_uDMA_SPI.cs103 command = Commands.None; in Reset()
115 if(command != Commands.None) in TryExecuteTransaction()
128 case Commands.ReceiveData: in TryExecuteTransaction()
131 case Commands.TransferData: in TryExecuteTransaction()
136 command = Commands.None; in TryExecuteTransaction()
144 if(!rxEnable.Value || command != Commands.ReceiveData) in TryStartReception()
162 command = Commands.None; in TryStartReception()
168 if(!txEnable.Value || command != Commands.TransferData) in TryStartTransmission()
183 command = Commands.None; in TryStartTransmission()
187 private Commands ReadCommand() in ReadCommand()
[all …]
DNPCX_Flash.cs45 currentCommand = (Commands)data; in Transmit()
50 case Commands.WriteEnable: in Transmit()
53 case Commands.WriteDisable: in Transmit()
62 case Commands.ReadStatusRegister1: in Transmit()
65 case Commands.ReadStatusRegister2: in Transmit()
68 case Commands.BlockErase64: in Transmit()
98 case Commands.PageProgram: in Transmit()
139 case Commands.WriteStatusRegister: in Transmit()
161 if(Enum.IsDefined(typeof(Commands), currentCommand.Value)) in Transmit()
257 private Commands? currentCommand;
[all …]
DGigaDevice_GD25LQ.cs106 switch((Commands)firstByte) in RecognizeOperation()
108 case Commands.WriteStatusRegister: in RecognizeOperation()
113 case Commands.ReadStatusRegisterLow: in RecognizeOperation()
118 case Commands.WriteEnable: in RecognizeOperation()
122 case Commands.ReadStatusRegisterHigh: in RecognizeOperation()
127 case Commands.ReadID: in RecognizeOperation()
132 …LogLevel.Error, "Command decoding failed on byte: 0x{0:X} ({1}).", firstByte, (Commands)firstByte); in RecognizeOperation()
221 private enum Commands : byte enum in Antmicro.Renode.Peripherals.SPI.GigaDevice_GD25LQ
DMXIC_MX66UM1G45G.cs250 case (byte)Commands.ReadID: in RecognizeOperation()
259 case (byte)Commands.PageProgram4byte: in RecognizeOperation()
265 case (byte)Commands.WriteEnable: in RecognizeOperation()
270 case (byte)Commands.WriteDisable: in RecognizeOperation()
275 case (byte)Commands.SectorErase4byte: in RecognizeOperation()
282 case (byte)Commands.SubsectorErase4byte4kb: in RecognizeOperation()
289 case (byte)Commands.ReadStatusRegister: in RecognizeOperation()
299 case (byte)Commands.ReadSecurityRegister: in RecognizeOperation()
309 case (byte)Commands.WriteStatusRegister: in RecognizeOperation()
319 case (byte)Commands.WriteSecurityRegister: in RecognizeOperation()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Mocks/
DHPSHostController.cs44 data[0] = ((byte)Commands.WriteMemory << 6) | (byte)MemoryBanks.MCUFlash; in FlashMCU()
71 ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.SystemCommands, in CommandEraseSPIFlash()
83 ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.SystemCommands, in CommandEraseStage1()
95 ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.SystemCommands, in CommandLaunchApplication()
107 ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.SystemCommands, in CommandLaunchStage1()
119 ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.SystemCommands, in CommandIssueReset()
131 … ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.CameraTestIterations, in SetNumberOfCameraTestIterations()
143 … ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.OptionBytesConfiguration, in SetOptionBytes()
156 …IssueCommand(new byte[] { ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.MagicNum… in ReadMagicNumber()
163 …IssueCommand(new byte[] { ((byte)Commands.RegisterAccess << 6) | (byte)RegisterAccessType.Hardware… in ReadHardwareVersion()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/I2C/
DEFM32GGI2CController.cs172 …evel.Noisy, "Received Ctrl register update but value is same as current {0}", (Commands)i2cn_ctrl); in HandleCtrl()
191 this.Log(LogLevel.Noisy, "Changed Ctrl register to {0}", (Commands)i2cn_ctrl); in HandleCtrl()
199 if((i2cn_cmd & (uint)(Commands.START)) == (uint)(Commands.START)) in HandleCommand()
215 if((i2cn_cmd & (uint)(Commands.STOP)) == (uint)(Commands.STOP)) in HandleCommand()
223 if((i2cn_cmd & (uint)(Commands.ACK)) == (uint)(Commands.ACK)) in HandleCommand()
228 if((i2cn_cmd & (uint)(Commands.NACK)) == (uint)(Commands.NACK)) in HandleCommand()
233 if((i2cn_cmd & (uint)(Commands.CONT)) == (uint)(Commands.CONT)) in HandleCommand()
238 if((i2cn_cmd & (uint)(Commands.ABORT)) == (uint)(Commands.ABORT)) in HandleCommand()
243 if((i2cn_cmd & (uint)(Commands.CLEARTX)) == (uint)(Commands.CLEARTX)) in HandleCommand()
255 if((i2cn_cmd & (uint)(Commands.CLEARPC)) == (uint)(Commands.CLEARPC)) in HandleCommand()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs22 using AntShell.Commands;
24 using Antmicro.Renode.UserInterface.Commands;
83 Commands = new HashSet<Command>(new CommandComparer()); in Monitor()
187 if(Commands.Contains(command)) in RegisterCommand()
192 Commands.Add(command); in RegisterCommand()
197 if(!Commands.Contains(command)) in UnregisterCommand()
202 Commands.Remove(command); in UnregisterCommand()
215 Commands.Add(new HelpCommand(this, () => in InitCommands()
218 var result = Commands.Cast<ICommandDescription>(); in InitCommands()
225 Commands.Add(includeCommand); in InitCommands()
[all …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DVersionCommand.cs8 using AntShell.Commands;
11 namespace Antmicro.Renode.UserInterface.Commands
DPauseCommand.cs9 using AntShell.Commands;
11 namespace Antmicro.Renode.UserInterface.Commands
DStringCommand.cs8 using AntShell.Commands;
12 namespace Antmicro.Renode.UserInterface.Commands
DTimeCommand.cs8 using AntShell.Commands;
12 namespace Antmicro.Renode.UserInterface.Commands
DVerboseCommand.cs9 using AntShell.Commands;
12 namespace Antmicro.Renode.UserInterface.Commands
DQuitCommand.cs11 using AntShell.Commands;
15 namespace Antmicro.Renode.UserInterface.Commands
DAllowPrivatesCommand.cs12 using AntShell.Commands;
14 namespace Antmicro.Renode.UserInterface.Commands
DAnalyzersCommand.cs9 using AntShell.Commands;
15 namespace Antmicro.Renode.UserInterface.Commands
19 public override void PrintHelp(AntShell.Commands.ICommandInteraction writer) in PrintHelp()
DNumbersModeCommand.cs9 using AntShell.Commands;
14 namespace Antmicro.Renode.UserInterface.Commands
DNetworkLoggerCommand.cs7 using AntShell.Commands;
12 namespace Antmicro.Renode.UserInterface.Commands
DStartCommand.cs11 using AntShell.Commands;
13 namespace Antmicro.Renode.UserInterface.Commands
DLoggerFileCommand.cs9 using AntShell.Commands;
15 namespace Antmicro.Renode.UserInterface.Commands
DPythonExecuteCommand.cs11 using AntShell.Commands;
13 namespace Antmicro.Renode.UserInterface.Commands
/Renode-Infrastructure-v1.15.3-29f510e/src/Plugins/SampleCommandPlugin/
DHelloCommand.cs9 using Antmicro.Renode.UserInterface.Commands;
11 using AntShell.Commands;

1234