Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs60 flashAddressMask = (uint)(flash.Size - 1); in OpenTitan_FlashController()
152 this.address.Value = address & flashAddressMask; in OpenTitan_FlashController()
906 private readonly uint flashAddressMask; field in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController