Searched refs:AutoUpdate (Results 1 – 7 of 7) sorted by relevance
165 if(AutoUpdate)180 public bool AutoUpdate { get; set; } property in Antmicro.Renode.Peripherals.Timers.LimitTimer321 AutoUpdate = initialAutoUpdate; in InternalReset()
72 .WithFlag(1, valueProviderCallback: _ => AutoUpdate, in OMAP_Timer()73 writeCallback: (_, value) => AutoUpdate = value, name: "AR") in OMAP_Timer()
26 PeriodIntervalTimer.AutoUpdate = true; in Atmel91SystemTimer()31 WatchdogTimer.AutoUpdate = true; in Atmel91SystemTimer()
37 AutoUpdate = true; in Efm32Timer()
23 AutoUpdate = true; in OMAP_GPTimer()
66 …er = new LimitTimer(machine.ClockSource, TimerFrequency, this, i.ToString()) { AutoUpdate = true }; in Reset()
1951 systick.AutoUpdate = true; in Reset()