Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DTexasInstrumentsTimer.cs24timer12 = new LimitTimer(machine.ClockSource, 24000000, this, nameof(timer12), direction: Directio… in TexasInstrumentsTimer()
26 timer12.LimitReached += () => OnTimerLimitReached(timer12); in TexasInstrumentsTimer()
33 …e>(6, 2, changeCallback: (oldValue, newValue) => OnEnableModeChanged(oldValue, newValue, timer12)); in TexasInstrumentsTimer()
42 timer12.Reset(); in TexasInstrumentsTimer()
142 if(timer == timer12 && interruptEnable12.Value) in OnTimerLimitReached()
156 timer12.Reset(); in Reset()
187 timer12.Limit = (((ulong)timerPeriod12) << 32) | timerPeriod34; in UpdateTimerLimits()
191 timer12.Limit = timerPeriod12; in UpdateTimerLimits()
253 temporaryCounterRegister34 = (uint)(timer12.Value >> 32);
254 return (uint)(timer12.Value);
[all …]