Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DNANDFlash.cs33 dataMemory.ResetByte = EmptySegment; in NANDFlash()
34 spareMemory.ResetByte = EmptySegment; in NANDFlash()
244 private const byte EmptySegment = 0xff; field in Antmicro.Renode.Peripherals.SPI.NANDFlash
DMXIC_MX66UM1G45G.cs48 underlyingMemory.ResetByte = EmptySegment; in MXIC_MX66UM1G45G()
653 fragment[i] = EmptySegment; in EraseFragment()
714 private const byte EmptySegment = 0xff; field in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G
DGenericSpiFlash.cs55 underlyingMemory.ResetByte = EmptySegment; in GenericSpiFlash()
636 segment[i] = EmptySegment; in EraseRangeUnchecked()
687 private const byte EmptySegment = 0xff; field in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash