Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/
DBaseCPU.cs305 return executionMode;
312 if(executionMode == value)
317 executionMode = value;
866 protected bool IsSingleStepMode => executionMode == ExecutionMode.SingleStep;
875 protected ExecutionMode executionMode; field in Antmicro.Renode.Peripherals.CPU.BaseCPU