Home
last modified time | relevance | path

Searched defs:SDCapacityParameters (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDHelpers.cs174 public struct SDCapacityParameters struct
176 … public SDCapacityParameters(BlockLength blockSize, SizeMultiplier multiplier, long deviceSize) in SDCapacityParameters() argument
183 public override string ToString() in ToString()
188 public BlockLength BlockSize { get; }
189 public SizeMultiplier Multiplier { get; }
190 public long DeviceSize { get; }
192 public long MemoryCapacity