Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs43proTimer = new LimitTimer(machine.ClockSource, HfxoFrequency, this, "protimer", initialTimerLimit,… in EFR32xG24_Radio()
45 proTimer.LimitReached += PROTIMER_HandleTimerLimitReached; in EFR32xG24_Radio()
163 proTimer.Reset(); in Reset()
831 private readonly LimitTimer proTimer; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio
4374 return proTimer.Enabled;
4382 proTimer.Enabled = false;
4390 proTimer.Frequency = (uint)frequency;
4391 proTimer.Limit = PROTIMER_ComputeTimerLimit();
4392 proTimer.Value = 0;
4395 proTimer.Enabled = value;
[all …]