Searched defs:attachTo (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | SDCardExtensions.cs | 17 … 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/ |
| D | MassStorageExtensions.cs | 16 …tring file, string name, IPeripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte … in PendriveFromFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | CDCToUARTConverter.cs | 32 public static void CreateAndAttachCDCToUARTConverter(this IUSBDevice attachTo, string name) in CreateAndAttachCDCToUARTConverter()
|
| D | USBPendrive.cs | 30 …tring file, string name, IPeripheralRegister<IUSBDevice, NumberRegistrationPoint<int>> attachTo, i… in PendriveFromFile()
|