Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DMPFS_PDMA.cs205execDestinationLow = 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