Searched refs:nextCmd (Results 1 – 1 of 1) sorted by relevance
465 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd);1465 static int32_t RF_getSwitchingTimeInUs(RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_getSwitchingTimeInUs() argument1471 if (prevCmd->pClient != nextCmd->pClient) in RF_getSwitchingTimeInUs()1473 switchingTime = nextCmd->pClient->clientConfig.nPhySwitchingDuration; in RF_getSwitchingTimeInUs()1490 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_verifyGap() argument1494 bool insertNewCmdBeforeNext = nextCmd ? false : true; in RF_verifyGap()1525 …if ((insertNewCmdAfterPrev) && (nextCmd) && (nextCmd->pOp->startTrigger.triggerType == TRIG_ABSTIM… in RF_verifyGap()1528 deltaInUs = (int32_t)RF_convertRatTicksToUs(nextCmd->startTime); in RF_verifyGap()1534 deltaInUs -= RF_getSwitchingTimeInUs(newCmd, nextCmd); in RF_verifyGap()