Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c469 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd);
1468 static int32_t RF_getSwitchingTimeInUs(RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_getSwitchingTimeInUs() argument
1474 if (prevCmd->pClient != nextCmd->pClient) in RF_getSwitchingTimeInUs()
1493 static bool RF_verifyGap(RF_Cmd* newCmd, RF_Cmd* prevCmd, RF_Cmd* nextCmd) in RF_verifyGap() argument
1496 bool insertNewCmdAfterPrev = prevCmd ? false : true; in RF_verifyGap()
1506 if ((prevCmd) && (prevCmd->endType != RF_EndNotSpecified)) in RF_verifyGap()
1512 deltaInUs -= (int32_t)RF_convertRatTicksToUs(prevCmd->endTime); in RF_verifyGap()
1515 deltaInUs -= RF_getSwitchingTimeInUs(prevCmd, newCmd); in RF_verifyGap()