Searched refs:BlockLengthInBytes (Results 1 – 4 of 4) sorted by relevance
36 public static uint BlockLengthInBytes(BlockLength blockSize) in BlockLengthInBytes() method in Antmicro.Renode.Peripherals.SD.SDHelpers45 …gHelper.Assert((blockSize == BlockLength.Undefined) || (capacity % BlockLengthInBytes(blockSize) =… in SeekForCapacityParameters()
36 var blockLenghtInBytes = SDHelpers.BlockLengthInBytes(blockSize); in SDCard()51 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in SDCard()172 blockLengthInBytes = SDHelpers.BlockLengthInBytes(sdCapacityParameters.BlockSize); in Reset()
103 public uint BlockLengthInBytes; field
172 BlockLengthInBytes = BlockSize, in HandleCommand()