Searched refs:VariableLengthValue (Results 1 – 3 of 3) sorted by relevance
53 cardStatusGenerator = new VariableLengthValue(32) in SDCard()59 operatingConditionsGenerator = new VariableLengthValue(32) in SDCard()83 cardSpecificDataGenerator = new VariableLengthValue(128) in SDCard()100 cardSpecificDataGenerator = new VariableLengthValue(128) in SDCard()115 extendedCardSpecificDataGenerator = new VariableLengthValue(4096) in SDCard()124 cardIdentificationGenerator = new VariableLengthValue(128) in SDCard()135 switchFunctionStatusGenerator = new VariableLengthValue(512) in SDCard()139 cardConfigurationGenerator = new VariableLengthValue(64) in SDCard()149 operatingVoltageGenerator = new VariableLengthValue(24) in SDCard()360 public BitStream SDStatus => new VariableLengthValue(512).Bits;[all …]
751 public class VariableLengthValue class in Antmicro.Renode.Utilities.BitHelper753 public VariableLengthValue(int? size = null) in VariableLengthValue() method in Antmicro.Renode.Utilities.BitHelper.VariableLengthValue759 …public VariableLengthValue DefineFragment(int offset, int length, ulong value, string name = null,… in DefineFragment()778 …public VariableLengthValue DefineFragment(int offset, int length, Func<ulong> valueProvider, strin… in DefineFragment()
294 return new VariableLengthValue(0x5c * 8) in PrepareCfiData()354 return new VariableLengthValue(0x1f * 8) in PrepareAutoselectData()