Searched refs:transferCount (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/ |
| D | EOSS3_SPI_DMA.cs | 86 if(bytesToHandle > transferCount.Value) in OnGPIO() 88 …bytes available in the SPI Master's buffer. Some data will be lost!", transferCount.Value, bytesTo… in OnGPIO() 89 bytesToHandle = (uint)transferCount.Value; in OnGPIO() 111 transferCount.Value -= bytesToHandle; in OnGPIO() 114 if(transferCount.Value == 0) in OnGPIO() 141 transferCount.Value += 1; 179 .WithValueField(0, 26, out transferCount, name: "dma_xfr_cnt") in DefineRegisters() 218 private IValueRegisterField transferCount; field in Antmicro.Renode.Peripherals.DMA.EOSS3_SPI_DMA
|
| D | EFR32MG12_LDMA.cs | 435 writeCallback: (_, value) => descriptor.transferCount = (ushort)value, in Channel() 436 valueProviderCallback: _ => descriptor.transferCount, in Channel() 698 descriptor.transferCount = 0; in Transfer() 702 descriptor.transferCount -= blockSizeMultiplier; in Transfer() 946 private uint TransferCount => (uint)descriptor.transferCount + 1; 1073 public uint transferCount; field
|
| D | EFR32xG22_LDMA.cs | 779 writeCallback: (_, value) => descriptor.transferCount = (ushort)value, in Channel() 780 valueProviderCallback: _ => descriptor.transferCount, in Channel() 1060 descriptor.transferCount = 0; in Transfer() 1064 descriptor.transferCount -= blockSizeMultiplier; in Transfer() 1223 private uint TransferCount => (uint)descriptor.transferCount + 1; 1350 public uint transferCount; field
|
| D | EFR32MG24_LDMA.cs | 1426 writeCallback: (_, value) => descriptor.transferCount = (ushort)value, in Channel() 1427 valueProviderCallback: _ => descriptor.transferCount, in Channel() 1707 descriptor.transferCount = 0; in Transfer() 1711 descriptor.transferCount -= blockSizeMultiplier; in Transfer() 1880 private uint TransferCount => (uint)descriptor.transferCount + 1; 2007 public uint transferCount; field
|