Home
last modified time | relevance | path

Searched defs:model (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/
DSI70xx.cs20 public SI70xx(Model model) in SI70xx()
148 private readonly Model model; field in Antmicro.Renode.Peripherals.Sensors.SI70xx
DZMOD4xxx.cs21 public ZMOD4xxx(Model model) in ZMOD4xxx()
284 private readonly Model model; field in Antmicro.Renode.Peripherals.Sensors.ZMOD4xxx
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DLLVMArchitectureMapping.cs20 … public static void GetTripleAndModelKey(ICPU cpu, uint flags, out string triple, out string model) in GetTripleAndModelKey()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/Mocks/
DEmptyCPU.cs19 …public EmptyCPU(IMachine machine, string model = "emptyCPU") : base(0, model, machine, ELFSharp.EL… in EmptyCPU()