Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs153 flashAddress = null; in OpenTitan_FlashController()
163 flashAddress = (long)addresses.First(); in OpenTitan_FlashController()
334 var isInBounds = flashAddress.HasValue && IsOffsetInBounds(programOffset); in OpenTitan_FlashController()
352 errorAddress.Value = (uint)(programOffset + flashAddress.Value); in OpenTitan_FlashController()
379 var isInBounds = flashAddress.HasValue && IsOffsetInBounds(readOffset); in OpenTitan_FlashController()
396 errorAddress.Value = (uint)(readOffset + flashAddress.Value); in OpenTitan_FlashController()
887 private long? flashAddress; field in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController