Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEOSS3_SimplePeriodicTimer.cs21timerSoftware30Bit = new LimitTimer(machine.ClockSource, 1000 /*count every 1ms*/, this, "Software… in EOSS3_SimplePeriodicTimer()
48 timerSoftware30Bit.Reset(); in Reset()
72 … interruptTimestamps[number] = (ushort)timerSoftware30Bit.Value; //only lower bits are latched in OnGPIO()
123 …alueField(0, 30, FieldMode.Read, valueProviderCallback: _ => (uint)timerSoftware30Bit.Value, name:… in DefineRegisters()
140 timerSoftware30Bit.Enabled = true; in EnableCounter()
154 timerSoftware30Bit.Enabled = false; in EnableCounter()
189 timerSoftware30Bit.Value = value; in UpdateSoftwareTimer()
201 private readonly LimitTimer timerSoftware30Bit; field in Antmicro.Renode.Peripherals.Timers.EOSS3_SimplePeriodicTimer