Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1882 … .WithValueField(0, 8, out PROTIMER_preCounterTopFractional, name: "PRECNTTOPFRAC") in BuildProtocolTimerRegistersCollection()
4388 …uency / (PROTIMER_preCounterTopInteger.Value + 1 + ((double)PROTIMER_preCounterTopFractional.Value…
4402 …uency / (PROTIMER_preCounterTopInteger.Value + 1 + ((double)PROTIMER_preCounterTopFractional.Value… in PROTIMER_GetPreCntOverflowFrequency()
5685 private IValueRegisterField PROTIMER_preCounterTopFractional; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio