Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs284 activeTransactionSizeLeft.Value = transactionSize.Value; in DefineRegisters()
288 if(activeTransactionSizeLeft.Value == 0) in DefineRegisters()
298 while(activeTransactionSizeLeft.Value > 0) in DefineRegisters()
305 activeTransactionSizeLeft.Value); in DefineRegisters()
314 activeTransactionSizeLeft.Value); in DefineRegisters()
321 if(activeTransactionSizeLeft.Value != 0) in DefineRegisters()
342 … .WithValueField(8, 12, out activeTransactionSizeLeft, FieldMode.Read, name: "CTSIZE") in DefineRegisters()
572 …fifo.Full && activeTransactionCommand.Value == Commands.Read && activeTransactionSizeLeft.Value > … in IncomingFifoCountChangeAction()
627 …fo.Empty && activeTransactionCommand.Value == Commands.Write && activeTransactionSizeLeft.Value > … in OutgoingFifoCountChangeAction()
640 if(activeTransactionSizeLeft.Value > 0) in ReceiveData()
[all …]