Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs53 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 …]
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DBitHelper.cs751 public class VariableLengthValue class in Antmicro.Renode.Utilities.BitHelper
753 public VariableLengthValue(int? size = null) in VariableLengthValue() method in Antmicro.Renode.Utilities.BitHelper.VariableLengthValue
759 …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()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs294 return new VariableLengthValue(0x5c * 8) in PrepareCfiData()
354 return new VariableLengthValue(0x1f * 8) in PrepareAutoselectData()