Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMacronix_MX25R.cs29 .WithFlag(3, out topBottom, name: "TB (top/bottom selected)") in Macronix_MX25R()
63 var start = topBottom.Value ? 0 : UnderlyingMemory.Size - protectedSize; in UpdateLockedRange()
67 private readonly IFlagRegisterField topBottom; field in Antmicro.Renode.Peripherals.SPI.Macronix_MX25R