Searched refs:PROTIMER_wrapCounterValue (Results 1 – 1 of 1) sorted by relevance
4449 ulong ret = PROTIMER_wrapCounterValue;4461 PROTIMER_wrapCounterValue = value;4534 if (PROTIMER_wrapCounterValue > PROTIMER_wrapCounterTop.Value) in PROTIMER_ComputeTimerLimit()4536 …this.Log(LogLevel.Error, "WRAPCNT > WRAPCNTTOP {0} {1}", PROTIMER_wrapCounterValue, PROTIMER_wrapC… in PROTIMER_ComputeTimerLimit()4540 uint temp = (uint)PROTIMER_wrapCounterTop.Value - PROTIMER_wrapCounterValue; in PROTIMER_ComputeTimerLimit()4586 … && PROTIMER_captureCompareChannel[i].wrapValue.Value > PROTIMER_wrapCounterValue) in PROTIMER_ComputeTimerLimit()4588 … uint temp = (uint)(PROTIMER_captureCompareChannel[i].wrapValue.Value - PROTIMER_wrapCounterValue); in PROTIMER_ComputeTimerLimit()4732 PROTIMER_wrapCounterValue += increment; in PROTIMER_IncrementWrapCounter()4739 … && PROTIMER_wrapCounterValue == PROTIMER_captureCompareChannel[i].wrapValue.Value; in PROTIMER_IncrementWrapCounter()4750 if(PROTIMER_wrapCounterValue >= PROTIMER_wrapCounterTop.Value) in PROTIMER_IncrementWrapCounter()[all …]