Home
last modified time | relevance | path

Searched defs:underlyingMemory (Results 1 – 11 of 11) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMicron_MT25Q.cs15 …public Micron_MT25Q(MappedMemory underlyingMemory, byte extendedDeviceId = DefaultExtendedDeviceId) in Micron_MT25Q()
DMacronix_MX25R.cs17 public Macronix_MX25R(MappedMemory underlyingMemory) in Macronix_MX25R()
DCypress_S25H.cs16 … public Cypress_S25H(MappedMemory underlyingMemory, S25HxFamily memoryFamily = S25HxFamily.HS_T) in Cypress_S25H()
DGigaDevice_GD25LQ.cs18 public GigaDevice_GD25LQ(MappedMemory underlyingMemory) in GigaDevice_GD25LQ()
213 private readonly MappedMemory underlyingMemory; field in Antmicro.Renode.Peripherals.SPI.GigaDevice_GD25LQ
DMXIC_MX66UM1G45G.cs20 public MXIC_MX66UM1G45G(MappedMemory underlyingMemory) in MXIC_MX66UM1G45G()
712 private readonly MappedMemory underlyingMemory; field in Antmicro.Renode.Peripherals.SPI.MXIC_MX66UM1G45G
DGenericSpiFlash.cs22 public GenericSpiFlash(MappedMemory underlyingMemory, byte manufacturerId, byte memoryType, in GenericSpiFlash()
218 protected readonly MappedMemory underlyingMemory; field in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash
DOpenTitan_SpiDevice.cs711 public SRAMCircularFifoRange(uint baseOffset, uint limit, ArrayMemory underlyingMemory) in SRAMCircularFifoRange()
878 private readonly ArrayMemory underlyingMemory; field in Antmicro.Renode.Peripherals.SPI.OpenTitan_SpiDevice.SRAMCircularFifoRange
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DSAM4S_EEFC.cs21 …public SAM4S_EEFC(IMachine machine, IMemory underlyingMemory, uint flashIdentifier = DefaultFlashI… in SAM4S_EEFC()
292 private readonly IMemory underlyingMemory; field in Antmicro.Renode.Peripherals.Miscellaneous.SAM4S_EEFC
DOpenTitan_ScrambledMemory.cs95 private readonly MappedMemory underlyingMemory; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_ScrambledMemory
DOpenTitan_OneTimeProgrammableMemoryController.cs614 private readonly ArrayMemory underlyingMemory; field in Antmicro.Renode.Peripherals.Miscellaneous.OpenTitan_OneTimeProgrammableMemoryController
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs26 public AMDCFIFlash(IMachine machine, MappedMemory underlyingMemory, int interleave = 4, in AMDCFIFlash()
419 private readonly MappedMemory underlyingMemory; field in Antmicro.Renode.Peripherals.MTD.AMDCFIFlash