Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DCadence_xSPI.cs143 if(TryGetDMACommand(TransmissionDirection.Write, out var command)) in WriteUsingDMA()
153 if(TryGetDMACommand(TransmissionDirection.Read, out var command)) in ReadUsingDMA()
163 … private bool TryGetDMACommand(TransmissionDirection accessDirection, out IDMACommand command) in TryGetDMACommand() method in Antmicro.Renode.Peripherals.SPI.Cadence_xSPI