Home
last modified time | relevance | path

Searched defs:Create (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DDataStorage.cs17 …public static Stream Create(string imageFile, long? size = null, bool persistent = false, byte pad… in Create() method in Antmicro.Renode.Storage.DataStorage
40 public static Stream Create(long size, byte paddingByte = 0) in Create() method in Antmicro.Renode.Storage.DataStorage
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPeripheralsAddedEventArgs.cs15 …public static PeripheralsAddedEventArgs Create(IPeripheral peripheral, IRegistrationPoint registra… in Create() method in Antmicro.Renode.Core.PeripheralsAddedEventArgs
DPeripheralsChangedEventArgs.cs21 …public static PeripheralsChangedEventArgs Create(IPeripheral peripheral, PeripheralChangeType oper… in Create() method in Antmicro.Renode.Core.PeripheralsChangedEventArgs
/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DXwtProvider.cs29 public static XwtProvider Create(IUserInterfaceProvider uiProvider) in Create() method in Antmicro.Renode.UI.XwtProvider
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOFSDevice.cs37 public void Create(string fsSocketPath, string tag = "dummyfs", in Create() method in Antmicro.Renode.Peripherals.Storage.VirtIOFSDevice
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DRegisterValue.cs162 public static RegisterValue Create(ulong rawValue, uint bits) in Create() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CAN/
DSocketCAN.cs123 public static FieldMarker Create(int size, int offset) => in Create() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DNRF52840_PPI.cs290 public static EventEntry Create(INRFEventProvider provider, int channel) in Create() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArmSignalsUnit.cs610 …public static ulong Create(UnitType unitType, bool debugRomAddressValid, bool debugSelfAddressVali… in Create() method in Antmicro.Renode.Peripherals.Miscellaneous.ArmSignalsUnit.RegisteredCPU.IncludedConfigurationSignalsMask