Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DRV8803_RTC.cs168 … .WithFlag(4, out periodicCountdownTimerEnable, name: "TE - Periodic Countdown Timer Enable", in DefineRegisters()
285 periodicTimer.Enabled = !reset.Value && periodicCountdownTimerEnable.Value; in UpdateTimersEnable()
289 private IFlagRegisterField periodicCountdownTimerEnable; field in Antmicro.Renode.Peripherals.Timers.RV8803_RTC