Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Timers/
DEFR32xG2_TIMER_1.cs29 this.timerFrequency = frequency; in EFR32xG2_TIMER_1()
31 timer.Frequency = timerFrequency; in EFR32xG2_TIMER_1()
206 private uint timerFrequency; field in Antmicro.Renode.Peripherals.Timers.EFR32xG2_TIMER_1
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DCoreLevelInterruptor.cs23 this.timerFrequency = frequency; in CoreLevelInterruptor()
34 …var timer = new ComparingTimer(machine.ClockSource, timerFrequency, this, hartId.ToString(), enabl… in CoreLevelInterruptor()
159 private readonly long timerFrequency; field in Antmicro.Renode.Peripherals.IRQControllers.CoreLevelInterruptor
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SYSRTC_1.cs30 this.timerFrequency = frequency; in EFR32xG2_SYSRTC_1()
32 …timer = new LimitTimer(machine.ClockSource, timerFrequency, this, "sysrtctimer", 0xFFFFFFFFUL, dir… in EFR32xG2_SYSRTC_1()
267 private uint timerFrequency; field in Antmicro.Renode.Peripherals.Miscellaneous.SiLabs.EFR32xG2_SYSRTC_1