Searched refs:nextCmd (Results 1 – 1 of 1) sorted by relevance
469 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd);1469 static int32_t RF_getSwitchingTimeInUs(RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_getSwitchingTimeInUs() argument1475 if (prevCmd->pClient != nextCmd->pClient) in RF_getSwitchingTimeInUs()1477 switchingTime = nextCmd->pClient->clientConfig.nPhySwitchingDuration; in RF_getSwitchingTimeInUs()1494 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_verifyGap() argument1498 bool insertNewCmdBeforeNext = nextCmd ? false : true; in RF_verifyGap()1529 …if ((insertNewCmdAfterPrev) && (nextCmd) && (nextCmd->pOp->startTrigger.triggerType == TRIG_ABSTIM… in RF_verifyGap()1532 deltaInUs = (int32_t)RF_convertRatTicksToUs(nextCmd->startTime); in RF_verifyGap()1538 deltaInUs -= RF_getSwitchingTimeInUs(newCmd, nextCmd); in RF_verifyGap()