Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DMMCController.cs69 SendSdConfigurationValue(); in ExecuteCommand()
110 protected abstract void SendSdConfigurationValue(); in SendSdConfigurationValue() method in Antmicro.Renode.Peripherals.SD.MMCController
DDeprecatedSDCard.cs99 public ulong SendSdConfigurationValue() in SendSdConfigurationValue() method in Antmicro.Renode.Peripherals.SD.DeprecatedSDCard
DSunxiMMC.cs129 protected override void SendSdConfigurationValue() in SendSdConfigurationValue() method in Antmicro.Renode.Peripherals.SD.SunxiMMC
131 byte[] data = BitConverter.GetBytes(RegisteredPeripheral.SendSdConfigurationValue()); in SendSdConfigurationValue()