Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs59 operatingConditionsGenerator = new VariableLengthValue(32) in SDCard()
356 public BitStream OperatingConditions => operatingConditionsGenerator.Bits;
822 private readonly VariableLengthValue operatingConditionsGenerator; field in Antmicro.Renode.Peripherals.SD.SDCard