Searched refs:sourceDataWidth (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | STM32WBA_GPDMA.cs | 271 … .WithEnumField(0, 2, out sourceDataWidth, name: "Binary logarithm source data width (SDW_LOG2)") in Channel() 410 …var toCopy = Math.Max((uint)SizeToType(sourceDataWidth.Value), (uint)SizeToType(destinationDataWit… in DoTransfer() 415 … sourceIncrementingBurst.Value, destinationIncrementingBurst.Value, sourceDataWidth.Value, in DoTransfer() 431 bool incrementReadAddress, bool incrementWriteAddress, TransferSize sourceDataWidth, in IssueCopy() argument 438 SizeToType(sourceDataWidth), in IssueCopy() 482 private IEnumRegisterField<TransferSize> sourceDataWidth; field in Antmicro.Renode.Peripherals.DMA.STM32WBA55_GPDMA.Channel
|