Searched refs:currentDestinationAddress (Results 1 – 2 of 2) sorted by relevance
158 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
319 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