Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DIMXRT_FlexSPI.cs117 …commandsEngine.LoadCommands((uint)ahbReadSequenceIndex.Value, (uint)ahbReadSequenceLength.Value + … in ReadFromCiphertext()
144 …commandsEngine.LoadCommands((uint)ahbWriteSequenceIndex.Value, (uint)ahbWriteSequenceLength.Value … in WriteToCiphertext()
360 commandsEngine.LoadCommands((uint)sequenceIndex.Value, (uint)sequenceNumber.Value + 1); in TriggerCommand()
429 public void LoadCommands(uint index, uint number) in LoadCommands() method in Antmicro.Renode.Peripherals.SPI.IMXRT_FlexSPI.CommandsEngine