Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32DMA.cs269 case Direction.MemoryToPeripheral: in CreateRequest()
276 …var destinationTransferType = direction == Direction.MemoryToPeripheral ? peripheralTransferType :… in CreateRequest()
278 …var incrementDestinationAddress = direction == Direction.MemoryToPeripheral ? peripheralIncrementA… in CreateRequest()
433 MemoryToPeripheral = 1, enumerator
DSTM32G0DMA.cs211 … if(memoryToMemory.Value || transferDirection.Value == TransferDirection.MemoryToPeripheral) in Channel()
421 MemoryToPeripheral = 1, enumerator