Home
last modified time | relevance | path

Searched refs:nextCmd (Results 1 – 1 of 1) sorted by relevance

/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c465 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() argument
1471 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() argument
1494 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()