Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DRenesasRZG_DMAC.cs158 currentDestinationAddress = 0; in Reset()
193 valueProviderCallback: _ => currentDestinationAddress)); in DefineRegisters()
350 new Place(currentDestinationAddress), in PerformTransfer()
363 new Place(currentDestinationAddress), in PerformTransfer()
374 currentDestinationAddress = response.WriteAddress.Value; in PerformTransfer()
437 currentDestinationAddress = nextDestinationAddresses[bank].Value; in LoadTransferParameters()
469 private ulong currentDestinationAddress; field in Antmicro.Renode.Peripherals.DMA.RenesasRZG_DMAC.Channel
DSTM32WBA_GPDMA.cs319 writeCallback: (_, val) => currentDestinationAddress = val)); in Channel()
414 … var response = IssueCopy(currentSourceAddress, currentDestinationAddress, toCopy, in DoTransfer()
421 currentDestinationAddress = response.WriteAddress.Value; in DoTransfer()
504 private ulong currentDestinationAddress; field in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel