Searched refs:SDHelpers (Results 1 – 2 of 2) sorted by relevance
36 var blockLenghtInBytes = SDHelpers.BlockLengthInBytes(blockSize); in SDCard()43 …this.highCapacityMode = SDHelpers.TypeFromCapacity((ulong)capacity) != CardType.StandardCapacity_S… in SDCard()50 var sdCapacityParameters = SDHelpers.SeekForCapacityParameters(capacity, blockSize); in SDCard()51 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in SDCard()171 var sdCapacityParameters = SDHelpers.SeekForCapacityParameters(capacity, blockSize); in Reset()172 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in Reset()
14 public static class SDHelpers class