Home
last modified time | relevance | path

Searched defs:nonPersistent (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlashExtensions.cs18 …g name, SysbusAccessWidth busWidth = SysbusAccessWidth.DoubleWord, bool nonPersistent = false, int… in CFIFlashFromFile()
DSamsungK9NANDFlash.cs23 bool nonPersistent = false, byte? partId = null, byte? manufacturerId = null) in SamsungK9NANDFlashFromFile()
41 public SamsungK9NANDFlash(IMachine machine, string fileName, bool nonPersistent = false, in SamsungK9NANDFlash()
DCFIFlash.cs23 …nt? size = null, SysbusAccessWidth bits = SysbusAccessWidth.DoubleWord, bool nonPersistent = false) in CFIFlash()
255 private void Init(string fileName, int? requestedSize, bool nonPersistent) in Init()