Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCardExtensions.cs17 …ring file, IPeripheralRegister<DeprecatedSDCard, NullRegistrationPoint> attachTo, long size, bool … in SdCardFromFile() argument
20 attachTo.Register(card, NullRegistrationPoint.Instance); in SdCardFromFile()
24 …achine, string file, IPeripheralRegister<SDCard, NullRegistrationPoint> attachTo, long size, bool … in SdCardFromFile() argument
27 attachTo.Register(card, NullRegistrationPoint.Instance); in SdCardFromFile()
31 …string file, IPeripheralRegister<ISPIPeripheral, NullRegistrationPoint> attachTo, long size, bool … in SdCardFromFile() argument
34 attachTo.Register(card, NullRegistrationPoint.Instance); in SdCardFromFile()
38 …file, IPeripheralRegister<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, int port, long s… in SdCardFromFile() argument
41 attachTo.Register(card, new NumberRegistrationPoint<int>(port)); in SdCardFromFile()
45 …hine, IPeripheralRegister<ISPIPeripheral, NumberRegistrationPoint<int>> attachTo, int port, long s… in EmptySdCard() argument
48 attachTo.Register(card, new NumberRegistrationPoint<int>(port)); in EmptySdCard()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorageExtensions.cs16 … string name, IPeripheralRegister<IUSBPeripheral, USBRegistrationPoint> attachTo, byte port, bool … in PendriveFromFile() argument
21 attachTo.Register(pendrive, new USBRegistrationPoint(port)); 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() argument
38 emulation.Connector.Connect(attachTo, usbConnector); in CreateAndAttachCDCToUARTConverter()
DUSBPendrive.cs30 …ing name, IPeripheralRegister<IUSBDevice, NumberRegistrationPoint<int>> attachTo, int port, bool p… in PendriveFromFile() argument
33 attachTo.Register(pendrive, new NumberRegistrationPoint<int>(port)); in PendriveFromFile()