Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DSTM32WBA_GPDMA.cs280 ….WithEnumField(16, 2, out destinationDataWith, name: "Binary logarithm destination data with (DDW_… in Channel()
410 …y = Math.Max((uint)SizeToType(sourceDataWidth.Value), (uint)SizeToType(destinationDataWith.Value)); in DoTransfer()
416 destinationDataWith.Value); in DoTransfer()
432 TransferSize destinationDataWith) in IssueCopy() argument
439 SizeToType(destinationDataWith), in IssueCopy()
483 private IEnumRegisterField<TransferSize> destinationDataWith; field in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel