Searched refs:timerFrequency (Results 1 – 3 of 3) sorted by relevance
29 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
23 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
30 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