Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNANDFlash.cs42 this.pageCache = new byte[pageSize + spareSize]; in NANDFlash()
89 sendQueue.Enqueue(pageCache[column++]); in Transmit()
143 dataMemory.ReadBytes(offset, (int)pageSize, pageCache, 0); in FinishTransmission()
228 private readonly byte[] pageCache; field in Antmicro.Renode.Peripherals.SPI.NANDFlash