Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DAmbiqApollo4_IOMaster.cs563 private void IncomingFifoCountChangeAction(Fifo fifo, uint currentCount, uint previousCount) in IncomingFifoCountChangeAction() argument
566 if(currentCount >= previousCount) in IncomingFifoCountChangeAction()
618 private void OutgoingFifoCountChangeAction(Fifo fifo, uint currentCount, uint previousCount) in OutgoingFifoCountChangeAction() argument
621 if(currentCount <= previousCount) in OutgoingFifoCountChangeAction()
1076 var previousCount = count;
1078 CountChangeAction?.Invoke(this, count, previousCount);