Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMPFS_SPI.cs46 framesTransmitted = 0; in MPFS_SPI()
185 … if(framesReceived + framesTransmitted == (int)frameCounterLimit.Value) in MPFS_SPI()
216 framesTransmitted = 0; in MPFS_SPI()
283 framesTransmitted = 0; in MPFS_SPI()
342 framesTransmitted = 0; in Reset()
394 framesTransmitted++; in Transmit()
409 framesTransmitted = 0; in FinishTransmission()
427 if(framesTransmitted + framesReceived == (int)frameCounterLimit.Value) in TryReceive()
496 private int framesTransmitted; field in Antmicro.Renode.Peripherals.SPI.MPFS_SPI