Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c469 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() argument
1475 if (prevCmd->pClient != nextCmd->pClient) in RF_getSwitchingTimeInUs()
1494 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_verifyGap() argument
1497 bool insertNewCmdAfterPrev = prevCmd ? false : true; in RF_verifyGap()
1507 if ((prevCmd) && (prevCmd->endType != RF_EndNotSpecified)) in RF_verifyGap()
1513 deltaInUs -= (int32_t)RF_convertRatTicksToUs(prevCmd->endTime); in RF_verifyGap()
1516 deltaInUs -= RF_getSwitchingTimeInUs(prevCmd, newCmd); in RF_verifyGap()