Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasRZG_DMAC.cs157 currentSourceAddress = 0; in Reset()
189 valueProviderCallback: _ => currentSourceAddress)); in DefineRegisters()
349 new Place(currentSourceAddress), in PerformTransfer()
362 new Place(currentSourceAddress), in PerformTransfer()
373 currentSourceAddress = response.ReadAddress.Value; in PerformTransfer()
436 currentSourceAddress = nextSourceAddresses[bank].Value; in LoadTransferParameters()
468 private ulong currentSourceAddress; field in Antmicro.Renode.Peripherals.DMA.RenesasRZG_DMAC.Channel
DSTM32WBA_GPDMA.cs315 writeCallback: (_, val) => currentSourceAddress = val)); in Channel()
414 … var response = IssueCopy(currentSourceAddress, currentDestinationAddress, toCopy, in DoTransfer()
419 currentSourceAddress = response.ReadAddress.Value; in DoTransfer()
503 private ulong currentSourceAddress; field in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel