Searched refs:capacityCode (Results 1 – 1 of 1) sorted by relevance
59 this.capacityCode = GetCapacityCode(); in GenericSpiFlash()183 byte capacityCode = 0; in GetCapacityCode()187 … capacityCode = (byte)BitHelper.GetMostSignificantSetBitIndex((ulong)underlyingMemory.Size); in GetCapacityCode()191 …capacityCode = (byte)((BitHelper.GetMostSignificantSetBitIndex((ulong)underlyingMemory.Size) - 26)… in GetCapacityCode()194 return capacityCode; in GetCapacityCode()234 data[2] = capacityCode; in GetDeviceData()683 private readonly byte capacityCode; field in Antmicro.Renode.Peripherals.SPI.GenericSpiFlash