Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1904 … .WithValueField(0, 16, out PROTIMER_timeoutCounter[0].preCounter, name: "TOUT0PCNT") in BuildProtocolTimerRegistersCollection()
1916 … .WithValueField(0, 16, out PROTIMER_timeoutCounter[1].preCounter, name: "TOUT1PCNT") in BuildProtocolTimerRegistersCollection()
9110 preCounter.Value = preCounterTop.Value; in Start()
9135 if(preCounter.Value == 0) in Update()
9137 preCounter.Value = preCounterTop.Value; in Update()
9163 preCounter.Value -= 1; in Update()
9166 …bool match = (counter.Value == counterCompare.Value && preCounter.Value == preCounterCompare.Value… in Update()
9182 preCounter.Value = preCounterTop.Value; in Update()
9211 public IValueRegisterField preCounter; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter