Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs32 commandsEngine = new CommandsEngine(this); in IMXRT_FlexSPI()
49 commandsEngine.Reset(); in Reset()
117commandsEngine.LoadCommands((uint)ahbReadSequenceIndex.Value, (uint)ahbReadSequenceLength.Value + … in ReadFromCiphertext()
118 commandsEngine.Execute(); in ReadFromCiphertext()
144commandsEngine.LoadCommands((uint)ahbWriteSequenceIndex.Value, (uint)ahbWriteSequenceLength.Value … in WriteToCiphertext()
145 commandsEngine.Execute(); in WriteToCiphertext()
152 …, name: "SEQIDLE - Command sequence idle ", valueProviderCallback: _ => !commandsEngine.InProgress) in DefineRegisters()
324 if(commandsEngine.InProgress) in TryPushData()
327 commandsEngine.Execute(); in TryPushData()
353 if(commandsEngine.InProgress) in TriggerCommand()
[all …]