Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMMCController.cs85 case Commands.AppCommand: in ExecuteCommand()
86 response[0] = RegisteredPeripheral.AppCommand(args); in ExecuteCommand()
159 AppCommand = 0x37, enumerator
DDeprecatedSDCard.cs124 public uint AppCommand(uint argument) in AppCommand() method in Antmicro.Renode.Peripherals.SD.DeprecatedSDCard