Home
last modified time | relevance | path

Searched refs:src (Results 1 – 7 of 7) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/
D.editorconfig2 [src/Emulator/Extensions/Config/SimpleJson.cs]
5 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_CMU_3.Generated.cs]
8 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_DPLL_1.Generated.cs]
11 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_EMU_3.Generated.cs]
14 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_HFRCO_2.Generated.cs]
17 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_HFXO_3.Generated.cs]
20 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_LFRCO_2.Generated.cs]
23 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_LFXO_1.Generated.cs]
26 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_PRS_3.Generated.cs]
29 [src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/EFR32xG2_SYSCFG_3.Generated.cs]
[all …]
D.gitmodules1 [submodule "src/Emulator/Cores/tlib"]
2 path = src/Emulator/Cores/tlib
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFileCopier.cs21 public static void Copy(string src, string dst, bool overwrite = false) in Copy() argument
31 sfd = Syscall.open(src, OpenFlags.O_RDONLY); in Copy()
55 using(var source = File.Open(src, FileMode.Open, FileAccess.Read)) in Copy()
DLibCWrapper.cs180 public static IntPtr Strcpy(IntPtr dst, IntPtr src) in Strcpy() argument
185 return strcpy(dst, src); in Strcpy()
236 private static extern IntPtr strcpy(IntPtr dst, IntPtr src); in strcpy() argument
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/IRQControllers/
DGaislerMIC.cs54 private void HandleIRQConnect(int src, IGPIOReceiver receiver, int dst) in HandleIRQConnect() argument
59 irqs[src].Connect(receiver, dst); in HandleIRQConnect()
62 resets[src].Connect(receiver, dst); in HandleIRQConnect()
65 runs[src].Connect(receiver, dst); in HandleIRQConnect()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/MonitorTests/
DMonitorTests_NET.csproj17 <ProjectReference Include="..\..\..\..\..\..\src\Renode\Renode_NET.csproj"/>
/Renode-Infrastructure-v1.15.3-29f510e/src/
DInfrastructure_NET.csproj144 <ProjectReference Include="../../../lib/BigGustave/src/BigGustave/BigGustave_NET.csproj"/>