Searched defs:DeprecatedSDCard (Results 1 – 2 of 2) sorted by relevance
17 public class DeprecatedSDCard : IPeripheral class19 public DeprecatedSDCard(string imageFile, long? cardSize, bool persistent) in DeprecatedSDCard() method in Antmicro.Renode.Peripherals.SD.DeprecatedSDCard
17 …c void SdCardFromFile(this IMachine machine, string file, IPeripheralRegister<DeprecatedSDCard, Nu… in SdCardFromFile()