Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DEFR32xG24_Radio.cs4429 ulong ret = PROTIMER_baseCounterValue;
4441 PROTIMER_baseCounterValue = value;
4518 if (PROTIMER_baseCounterValue > PROTIMER_baseCounterTop.Value) in PROTIMER_ComputeTimerLimit()
4520 …this.Log(LogLevel.Error, "BASECNT > BASECNTTOP {0} {1}", PROTIMER_baseCounterValue, PROTIMER_baseC… in PROTIMER_ComputeTimerLimit()
4524 uint temp = (uint)PROTIMER_baseCounterTop.Value - PROTIMER_baseCounterValue; in PROTIMER_ComputeTimerLimit()
4573 … && PROTIMER_captureCompareChannel[i].baseValue.Value > PROTIMER_baseCounterValue) in PROTIMER_ComputeTimerLimit()
4575 … uint temp = (uint)(PROTIMER_captureCompareChannel[i].baseValue.Value - PROTIMER_baseCounterValue); in PROTIMER_ComputeTimerLimit()
4699 PROTIMER_baseCounterValue += (ushort)increment; in PROTIMER_IncrementBaseCounter()
4706 … && PROTIMER_baseCounterValue == PROTIMER_captureCompareChannel[i].baseValue.Value; in PROTIMER_IncrementBaseCounter()
4717 if(PROTIMER_baseCounterValue >= PROTIMER_baseCounterTop.Value) in PROTIMER_IncrementBaseCounter()
[all …]