Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMMCController.cs80 case Commands.SendCardSpecificData: in ExecuteCommand()
81 response = RegisteredPeripheral.SendCardSpecificData(); in ExecuteCommand()
129 SendCardSpecificData = 0x9, enumerator
DDeprecatedSDCard.cs163 public uint[] SendCardSpecificData() in SendCardSpecificData() method in Antmicro.Renode.Peripherals.SD.DeprecatedSDCard