Home
last modified time | relevance | path

Searched defs:DeprecatedSDCard (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DDeprecatedSDCard.cs17 public class DeprecatedSDCard : IPeripheral class
19 public DeprecatedSDCard(string imageFile, long? cardSize, bool persistent) in DeprecatedSDCard() method in Antmicro.Renode.Peripherals.SD.DeprecatedSDCard
DSDCardExtensions.cs17 …c void SdCardFromFile(this IMachine machine, string file, IPeripheralRegister<DeprecatedSDCard, Nu… in SdCardFromFile()