Home
last modified time | relevance | path

Searched defs:attachTo (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCardExtensions.cs17 … machine, string file, IPeripheralRegister<DeprecatedSDCard, NullRegistrationPoint> attachTo, long… in SdCardFromFile()
24 …s IMachine machine, string file, IPeripheralRegister<SDCard, NullRegistrationPoint> attachTo, long… in SdCardFromFile()
31 …ne machine, string file, IPeripheralRegister<ISPIPeripheral, NullRegistrationPoint> attachTo, long… in SdCardFromFile()
38 …achine, string file, IPeripheralRegister<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, i… in SdCardFromFile()
45 …is IMachine machine, IPeripheralRegister<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, i… in EmptySdCard()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorageExtensions.cs16 …tring file, string name, IPeripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte … in PendriveFromFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DCDCToUARTConverter.cs32 public static void CreateAndAttachCDCToUARTConverter(this IUSBDevice attachTo, string name) in CreateAndAttachCDCToUARTConverter()
DUSBPendrive.cs30 …tring file, string name, IPeripheralRegister<IUSBDevice, NumberRegistrationPoint<int>> attachTo, i… in PendriveFromFile()