Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_xSPI.cs163 … private bool TryGetDMACommand(TransmissionDirection accessDirection, out IDMACommand command) in TryGetDMACommand() argument
171 if(command.DMADirection != accessDirection) in TryGetDMACommand()
173 …ccess data using DMA with the wrong direction ({0}), expected {1}.", accessDirection, command.DMAD… in TryGetDMACommand()