Searched refs:deltaInUs (Results 1 – 1 of 1) sorted by relevance
1498 int32_t deltaInUs = 0; in RF_verifyGap() local1509 deltaInUs = (int32_t)RF_convertRatTicksToUs(newCmd->startTime); in RF_verifyGap()1512 deltaInUs -= (int32_t)RF_convertRatTicksToUs(prevCmd->endTime); in RF_verifyGap()1515 deltaInUs -= RF_getSwitchingTimeInUs(prevCmd, newCmd); in RF_verifyGap()1519 if ((deltaInUs < ((int32_t)RF_DISPATCH_MAX_TIME_WRAPAROUND_US)) || (deltaInUs > 0)) in RF_verifyGap()1531 deltaInUs = (int32_t)RF_convertRatTicksToUs(nextCmd->startTime); in RF_verifyGap()1534 deltaInUs -= (int32_t)RF_convertRatTicksToUs(newCmd->endTime); in RF_verifyGap()1537 deltaInUs -= RF_getSwitchingTimeInUs(newCmd, nextCmd); in RF_verifyGap()1541 if ((deltaInUs < ((int32_t)RF_DISPATCH_MAX_TIME_WRAPAROUND_US)) || (deltaInUs > 0)) in RF_verifyGap()