Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMPFS_SPI.cs242 .WithFlag(2, out disableFrameCount, name: "DISFRMCNT") in MPFS_SPI()
425 if(!disableFrameCount.Value && receiveBuffer.Count % (int)frameSize.Value == 0) in TryReceive()
490 private IFlagRegisterField disableFrameCount; field in Antmicro.Renode.Peripherals.SPI.MPFS_SPI