| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | FilePath.cs | 92 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()
|
| D | ELFUtils.cs | 15 public static IELF LoadELF(ReadFilePath fileName) in LoadELF()
|
| D | VmemReader.cs | 21 public VmemReader(ReadFilePath file) in VmemReader()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/ |
| D | MonitorExecutorExtensions.cs | 27 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()
|
| D | MonitorPythonEngine.cs | 119 public bool TryExecutePythonScript(ReadFilePath fileName, ICommandInteraction writer) in TryExecutePythonScript()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/ |
| D | PacketInterceptionExtensions.cs | 27 … static void SetPacketHookFromFile(this WirelessMedium medium, IRadio radio, ReadFilePath filename) in SetPacketHookFromFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ICM20948/ |
| D | ICM20948_Thermometer.cs | 16 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/Extensions/ |
| D | FileLoaderExtensions.cs | 24 …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/ |
| D | IncludeFileCommand.cs | 39 private bool Run(ICommandInteraction writer, ReadFilePath path) in Run()
|
| D | DisplayImageCommand.cs | 65 private void Run(ICommandInteraction writer, ReadFilePath pathToImage) in Run()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/ |
| D | PCMDecoder.cs | 47 public void LoadFile(ReadFilePath path) in LoadFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/RESD/ |
| D | RESDStream.cs | 41 …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()
|
| D | LowLevelRESDParser.cs | 20 public LowLevelRESDParser(ReadFilePath path) in LowLevelRESDParser()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | HS3001.cs | 44 public void FeedTemperatureSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedTemperatureSamplesFromRESD() 51 public void FeedHumiditySamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedHumiditySamplesFromRESD()
|
| D | ICP_101xx.cs | 78 public void FeedTemperatureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedTemperatureSamplesFromRESD() 85 public void FeedPressureSamplesFromRESD(ReadFilePath path, uint channelId = 0, in FeedPressureSamplesFromRESD()
|
| D | AS6221.cs | 36 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
|
| D | AK0991x.cs | 27 public void FeedMagneticSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedMagneticSamplesFromRESD()
|
| D | MAX30208.cs | 37 public void FeedSamplesFromRESD(ReadFilePath filePath, uint channelId = 0, in FeedSamplesFromRESD()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/ |
| D | IBusController.cs | 102 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/ |
| D | PythonPeripheral.cs | 20 …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/ |
| D | IMachine.cs | 55 void PlayFrom(ReadFilePath fileName); in PlayFrom()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Analog/ |
| D | RenesasDA14_GPADC.cs | 38 … public void FeedSamplesFromRESD(ReadFilePath filePath, uint adcChannel, uint resdChannel = 0, in FeedSamplesFromRESD()
|
| D | CAES_ADC.cs | 39 … public void FeedSamplesFromRESD(ReadFilePath filePath, uint adcChannel, uint resdChannel = 0, in FeedSamplesFromRESD()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscvOpcodesParser.cs | 21 public static void EnableRiscvOpcodesCounting(this BaseRiscV cpu, ReadFilePath file) in EnableRiscvOpcodesCounting()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/ |
| D | EmulationManager.cs | 97 public void Load(ReadFilePath path) in Load()
|