Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMPFS_SPI.cs292 .WithValueField(0, 6, out commandSize, name: "CMDSIZE") in MPFS_SPI()
387 if(framesReceived == (int)commandSize.Value) in Transmit()
492 private IValueRegisterField commandSize; field in Antmicro.Renode.Peripherals.SPI.MPFS_SPI