Searched refs:execDestinationLow (Results 1 – 1 of 1) sorted by relevance
205 … execDestinationLow = new DoubleWordRegister(this).WithValueField(0, 32, FieldMode.Read); in Channel()208 execDestinationLow in Channel()257 execDestinationLow.Write(0, (uint)nextDestinationLow.Value); in InitTransfer()312 execDestinationLow.Write(0, (uint)execDestination); in FinishTransfer()350 private DoubleWordRegister execDestinationLow; field in Antmicro.Renode.Peripherals.DMA.MPFS_PDMA.Channel