Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/DMA/
DRequest.cs15 bool incrementReadAddress = true, bool incrementWriteAddress = true) : this() in Request()
22 this.IncrementReadAddress = incrementReadAddress; in Request()
29 … uint sourceIncrementStep, uint destinationIncrementStep, bool incrementReadAddress = true, in Request()
37 this.IncrementReadAddress = incrementReadAddress; in Request()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DNPCX_MDMA.cs247 incrementReadAddress: false, in TryPerformCopy()
258 incrementReadAddress: true, in TryPerformCopy()
DSTM32G0DMA.cs359 … bool incrementReadAddress, bool incrementWriteAddress, TransferSize sourceTransferType, in IssueCopy() argument
368 incrementReadAddress, in IssueCopy()
DSTM32WBA_GPDMA.cs431 bool incrementReadAddress, bool incrementWriteAddress, TransferSize sourceDataWidth, in IssueCopy() argument
440 incrementReadAddress, in IssueCopy()