Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMMCController.cs61 case Commands.SendOpCond: in ExecuteCommand()
63 response[0] = RegisteredPeripheral.SendOpCond(); in ExecuteCommand()
121 SendOpCond = 0x1, enumerator
DDeprecatedSDCard.cs82 public uint SendOpCond() in SendOpCond() method in Antmicro.Renode.Peripherals.SD.DeprecatedSDCard
DSunxiMMC.cs232 … if(cmd == Commands.IoSendOpCond || cmd == Commands.SendOpCond || cmd == Commands.IoRwDirect) in OnStartCommand()