Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs364 public BitStream CardIdentification => cardIdentificationGenerator.Bits; field in Antmicro.Renode.Peripherals.SD.SDCard
595 return CardIdentification; in HandleStandardCommand()
660 ? GenerateRegisterResponse(CardIdentification) in HandleStandardCommand()
661 : CardIdentification; in HandleStandardCommand()