Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1849 … .WithFlag(5, out PROTIMER_timeoutCounter[0].synchronizing, FieldMode.Read, name: "TOUT0SYNC") in BuildProtocolTimerRegistersCollection()
1851 … .WithFlag(7, out PROTIMER_timeoutCounter[1].synchronizing, FieldMode.Read, name: "TOUT1SYNC") in BuildProtocolTimerRegistersCollection()
4554 if ((PROTIMER_timeoutCounter[i].synchronizing.Value in PROTIMER_ComputeTimerLimit()
4864 … if(PROTIMER_timeoutCounter[0].running.Value || PROTIMER_timeoutCounter[0].synchronizing.Value) in PROTIMER_ListenBeforeTalkStartCommand()
9102 synchronizing.Value = true; in Start()
9108 synchronizing.Value = false; in Start()
9118 synchronizing.Value = false; in Stop()
9126 … if ((running.Value || synchronizing.Value) && evtCount > PROTIMER_MinimumTimeoutCounterDelay) in Update()
9177 if(synchronizing.Value && syncSource.Value == evt) in Update()
9179 synchronizing.Value = false; in Update()
[all …]