Home
last modified time | relevance | path

Searched refs:ReadFilePath (Results 1 – 25 of 34) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFilePath.cs92 public class ReadFilePath : FilePath class
94 public ReadFilePath(string path) : base(path, FileAccess.Read) {} in ReadFilePath() method in Antmicro.Renode.Utilities.ReadFilePath
96 public static implicit operator ReadFilePath(string path) in operator ReadFilePath()
98 return new ReadFilePath(path); in operator ReadFilePath()
122 public static implicit operator OptionalReadFilePath(ReadFilePath fp) in operator OptionalReadFilePath()
DELFUtils.cs15 public static IELF LoadELF(ReadFilePath fileName) in LoadELF()
DVmemReader.cs21 public VmemReader(ReadFilePath file) in VmemReader()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorExecutorExtensions.cs27 public static void ExecutePythonFromFile(this IMachine machine, ReadFilePath filePath) in ExecutePythonFromFile()
42 …utePythonEveryFromFile(this IMachine machine, string name, int milliseconds, ReadFilePath filePath) in ExecutePythonEveryFromFile()
61 private static string ReadScriptFromFile(ReadFilePath filePath) in ReadScriptFromFile()
DMonitorPythonEngine.cs119 public bool TryExecutePythonScript(ReadFilePath fileName, ICommandInteraction writer) in TryExecutePythonScript()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DPacketInterceptionExtensions.cs27 … static void SetPacketHookFromFile(this WirelessMedium medium, IRadio radio, ReadFilePath filename) in SetPacketHookFromFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/
DICM20948_Thermometer.cs16 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/
DFileLoaderExtensions.cs24 …public static void LoadBinary(this ICanLoadFiles loader, ReadFilePath fileName, ulong loadPoint, I… in LoadBinary()
58 …public static void LoadHEX(this ICanLoadFiles loader, ReadFilePath fileName, IInitableCPU cpu = nu… in LoadHEX()
172 …public static void LoadSRecord(this ICanLoadFiles loader, ReadFilePath fileName, IInitableCPU cpu … in LoadSRecord()
371 …public static void LoadELF(this IBusController loader, ReadFilePath fileName, bool useVirtualAddre… in LoadELF()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DIncludeFileCommand.cs39 private bool Run(ICommandInteraction writer, ReadFilePath path) in Run()
DDisplayImageCommand.cs65 private void Run(ICommandInteraction writer, ReadFilePath pathToImage) in Run()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs47 public void LoadFile(ReadFilePath path) in LoadFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/
DRESDStream.cs41 …public static RESDStream<T> CreateRESDStream<T>(this IPeripheral @this, ReadFilePath path, uint ch…
156 …public RESDStream(ReadFilePath path, uint channel, Func<T, Out> transformer, long sampleOffsetTime… in RESDStream()
187 …public RESDStream(ReadFilePath path, uint channel, long sampleOffsetTime = 0, Predicate<DataBlock<… in RESDStream()
DLowLevelRESDParser.cs20 public LowLevelRESDParser(ReadFilePath path) in LowLevelRESDParser()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DHS3001.cs44 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
51 public void FeedHumiditySamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedHumiditySamplesFromRESD()
DICP_101xx.cs78 public void FeedTemperatureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
85 public void FeedPressureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedPressureSamplesFromRESD()
DAS6221.cs36 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
DAK0991x.cs27 public void FeedMagneticSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedMagneticSamplesFromRESD()
DMAX30208.cs37 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DIBusController.cs102 void LoadUImage(ReadFilePath fileName, IInitableCPU cpu = null); in LoadUImage()
183 …public static void LoadSymbolsFrom(this IBusController bus, ReadFilePath fileName, bool useVirtual… in LoadSymbolsFrom()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Python/
DPythonPeripheral.cs20 …public static void PyDevFromFile(this Machine @this, ReadFilePath path, ulong address, int size, b… in PyDevFromFile()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/
DIMachine.cs55 void PlayFrom(ReadFilePath fileName); in PlayFrom()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/
DRenesasDA14_GPADC.cs38 … public void FeedSamplesFromRESD(ReadFilePath filePath, uint adcChannel, uint resdChannel = 0, in FeedSamplesFromRESD()
DCAES_ADC.cs39 … public void FeedSamplesFromRESD(ReadFilePath filePath, uint adcChannel, uint resdChannel = 0, in FeedSamplesFromRESD()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs21 public static void EnableRiscvOpcodesCounting(this BaseRiscV cpu, ReadFilePath file) in EnableRiscvOpcodesCounting()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs97 public void Load(ReadFilePath path) in Load()

12