Searched refs:executionMode (Results 1 – 1 of 1) sorted by relevance
305 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