Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DLiteSDCard_CSR32.cs115 .WithValueField(8, 6, out commandIndexField, name: "command_index") in DefineRegisters()
129 …} command with 0x{1:X} argument, but there is no SD card attached", commandIndexField.Value, argum… in DefineRegisters()
133 …"Issuing command #{0}, transfer type is {1}, response type is {2}", commandIndexField.Value, trans… in DefineRegisters()
135 …var resp = RegisteredPeripheral.HandleCommand((uint)commandIndexField.Value, (uint)argumentValue.V… in DefineRegisters()
296 private IValueRegisterField commandIndexField; field in Antmicro.Renode.Peripherals.SD.LiteSDCard_CSR32
DLiteSDCard.cs133 .WithValueField(0, 7, out commandIndexField, name: "command_index") in DefineRegisters()
154 …} command with 0x{1:X} argument, but there is no SD card attached", commandIndexField.Value, argum… in DefineRegisters()
158 …with argument 0x{3:X}, transfer type is {1}, response type is {2}", commandIndexField.Value, trans… in DefineRegisters()
160 …var resp = RegisteredPeripheral.HandleCommand((uint)commandIndexField.Value, argumentValue).AsByte… in DefineRegisters()
346 private IValueRegisterField commandIndexField; field in Antmicro.Renode.Peripherals.SD.LiteSDCard