Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32xG2_TIMER_1.cs68 cnt_cnt_field.Value = TimerCounter; in Cnt_Cnt_ValueProvider()
147 uint currentValue = restartFromZero ? 0 : TimerCounter; in RestartTimer()
168 public uint TimerCounter property in Antmicro.Renode.Peripherals.Timers.EFR32xG2_TIMER_1
DLPC_CTimer.cs72 Registers.TimerCounter.Define(this) in DefineRegisters()
195 TimerCounter = 0x08, enumerator
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SYSRTC_1.cs206 …thValueField(0, 32, valueProviderCallback: _ => TimerCounter, writeCallback: (_, value) => TimerC… in BuildRegistersCollection()
311 public uint TimerCounter property in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1
384 uint currentValue = restartFromZero ? 0 : TimerCounter; in RestartTimer()
481 WriteDoubleWord((long)Registers.Group0Capture0, TimerCounter); in CaptureGroup0()