Home
last modified time | relevance | path

Searched defs:IsHalted (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/CPU/
DIHaltable.cs12 bool IsHalted { set; } property
DICPU.cs25 new bool IsHalted { get; set; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DCPUCore.cs67 public virtual bool IsHalted { get; set; } property in Antmicro.Renode.Peripherals.CPU.CPUCore
DCluster.cs77 public bool IsHalted property in Antmicro.Renode.Peripherals.CPU.Cluster
DBaseCPU.cs214 public override bool IsHalted property in Antmicro.Renode.Peripherals.CPU.BaseCPU