Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DGenericSpiFlash.cs59 this.capacityCode = GetCapacityCode(); in GenericSpiFlash()
183 byte capacityCode = 0; in GetCapacityCode()
187capacityCode = (byte)BitHelper.GetMostSignificantSetBitIndex((ulong)underlyingMemory.Size); in GetCapacityCode()
191capacityCode = (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