Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DTexasInstrumentsTimer.cs84 timerPeriod12 = value; in WriteDoubleWord()
129 return timerPeriod12; in ReadDoubleWord()
187 timer12.Limit = (((ulong)timerPeriod12) << 32) | timerPeriod34; in UpdateTimerLimits()
191 timer12.Limit = timerPeriod12; in UpdateTimerLimits()
303 private uint temporaryCounterRegister34, timerPeriod12, timerPeriod34; field in Antmicro.Renode.Peripherals.Timers.TexasInstrumentsTimer