Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs1817 …, PROTIMER_TimeoutCounterSource>(22, 2, out PROTIMER_timeoutCounter[0].syncSource, name: "TOUT0SYN… in BuildProtocolTimerRegistersCollection()
1819 …, PROTIMER_TimeoutCounterSource>(26, 2, out PROTIMER_timeoutCounter[1].syncSource, name: "TOUT1SYN… in BuildProtocolTimerRegistersCollection()
4555 …&& PROTIMER_timeoutCounter[i].syncSource.Value == PROTIMER_TimeoutCounterSource.PreCounterOverflow) in PROTIMER_ComputeTimerLimit()
4880 … if (PROTIMER_timeoutCounter[0].syncSource.Value == PROTIMER_TimeoutCounterSource.Disabled) in PROTIMER_ListenBeforeTalkStartCommand()
9100 if(syncSource.Value != PROTIMER_TimeoutCounterSource.Disabled) in Start()
9177 if(synchronizing.Value && syncSource.Value == evt) in Update()
9216 public IEnumRegisterField<PROTIMER_TimeoutCounterSource> syncSource; field in Antmicro.Renode.Peripherals.Wireless.EFR32xG24_Radio.PROTIMER_TimeoutCounter