Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs4430 … if (PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow
4450 … if (PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow
4516 if (PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow) in PROTIMER_ComputeTimerLimit()
4532 if (PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow) in PROTIMER_ComputeTimerLimit()
4555 …&& PROTIMER_timeoutCounter[i].syncSource.Value == PROTIMER_TimeoutCounterSource.PreCounterOverflow) in PROTIMER_ComputeTimerLimit()
4557 … && PROTIMER_timeoutCounter[i].source.Value == PROTIMER_TimeoutCounterSource.PreCounterOverflow)) in PROTIMER_ComputeTimerLimit()
4572 … && PROTIMER_baseCounterSource.Value == PROTIMER_BaseCounterSource.PreCounterOverflow in PROTIMER_ComputeTimerLimit()
4585 … && PROTIMER_wrapCounterSource.Value == PROTIMER_WrapCounterSource.PreCounterOverflow in PROTIMER_ComputeTimerLimit()
4626 …PROTIMER_timeoutCounter[i].Update(PROTIMER_TimeoutCounterSource.PreCounterOverflow, overflowCount); in PROTIMER_HandlePreCntOverflows()
4651 PROTIMER_TriggerEvent(PROTIMER_Event.PreCounterOverflow); in PROTIMER_HandlePreCounterOverflow()
[all …]