Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs47 …paRampingTimer = new LimitTimer(machine.ClockSource, MicrosecondFrequency, this, "parampingtimer",… in EFR32xG24_Radio()
51 …rssiUpdateTimer = new LimitTimer(machine.ClockSource, MicrosecondFrequency, this, "rssiupdatetimer… in EFR32xG24_Radio()
852 private const long MicrosecondFrequency = 1000000L; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio
4408 ….ToUInt64((timeUs * (double)PROTIMER_GetPreCntOverflowFrequency()) / (double)MicrosecondFrequency); in PROTIMER_UsToPreCntOverflowTicks()