Searched refs:commandsEngine (Results 1 – 1 of 1) sorted by relevance
32 commandsEngine = new CommandsEngine(this); in IMXRT_FlexSPI()49 commandsEngine.Reset(); in Reset()117 …commandsEngine.LoadCommands((uint)ahbReadSequenceIndex.Value, (uint)ahbReadSequenceLength.Value + … in ReadFromCiphertext()118 commandsEngine.Execute(); in ReadFromCiphertext()144 …commandsEngine.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 …]