Searched refs:UDIFF (Results 1 – 1 of 1) sorted by relevance
139 #define UDIFF(x,y) (((y) > (x)) ? ((y) - (x)) : ((~0) + (y) - (x) + (1))) macro696 deltaTimeUs = UDIFF(currentTime, absTime); in RF_calculateDeltaTimeUs()1713 deltaTimeInUs = UDIFF(RF_rtcTimestampA, rtcTimestampB); in RF_corePowerDown()3310 pObj->clientConfig.nPowerUpDuration = UDIFF(rtcValTmp1, rtcValTmp2); in RF_fsmActiveState()3503 … RF_currClient->clientConfig.nPhySwitchingDuration = UDIFF(RF_rtcBeginSequence, rtcValTmp2); in RF_fsmActiveState()