Home
last modified time | relevance | path

Searched defs:flash (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCC2538FlashController.cs21 public CC2538FlashController(IMachine machine, MappedMemory flash) in CC2538FlashController()
122 private readonly MappedMemory flash; field in Antmicro.Renode.Peripherals.MTD.CC2538FlashController
DSTM32F4_FlashController.cs24 public STM32F4_FlashController(IMachine machine, MappedMemory flash) : base(machine) in STM32F4_FlashController()
224 private readonly MappedMemory flash; field in Antmicro.Renode.Peripherals.MTD.STM32F4_FlashController
DEFR32xg13FlashController.cs22 public EFR32xg13FlashController(IMachine machine, MappedMemory flash) in EFR32xg13FlashController()
246 private readonly MappedMemory flash; field in Antmicro.Renode.Peripherals.MTD.EFR32xg13FlashController
DSTM32L0_FlashController.cs22 …public STM32L0_FlashController(IMachine machine, MappedMemory flash, MappedMemory eeprom) : base(m… in STM32L0_FlashController()
DSTM32WBA_FlashController.cs18 public STM32WBA_FlashController(IMachine machine, MappedMemory flash) : base(machine) in STM32WBA_FlashController()
DOpenTitan_FlashController.cs22 public OpenTitan_FlashController(IMachine machine, MappedMemory flash) : base(machine) in OpenTitan_FlashController()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/
DEfmSystemDevice.cs18 public EfmSystemDevice(byte family, ushort partNo, ushort flash, ushort ram, byte rev) in EfmSystemDevice()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DGaisler_FaultTolerantMemoryController.cs193 private AMDCFIFlash flash; field in Antmicro.Renode.Peripherals.MemoryControllers.Gaisler_FaultTolerantMemoryController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DMPFS_SystemServices.cs124 private readonly IMultibyteWritePeripheral flash; field in Antmicro.Renode.Peripherals.Miscellaneous.MPFS_SystemServices