Searched refs:pOp (Results 1 – 6 of 6) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/drivers/rf/ |
D | RFCC26X2_multiMode.c | 510 static bool RF_isRadioSetup(RF_Op* pOp); 513 static RF_Op* RF_findEndOfChain(RF_Op* pOp); 741 if (pTempCmd->pOp->startTrigger.triggerType == TRIG_ABSTIME) in RF_cmdDispatchTime() 772 if (pCmd->pOp->startTrigger.triggerType == TRIG_ABSTIME) in RF_cmdDispatchTime() 1529 …if ((insertNewCmdAfterPrev) && (nextCmd) && (nextCmd->pOp->startTrigger.triggerType == TRIG_ABSTIM… in RF_verifyGap() 1588 … if ((status == RF_ScheduleStatusError) && (newCmd->pOp->startTrigger.triggerType == TRIG_ABSTIME)) in RF_howToSchedule() 1931 RF_Op* pOp = pCmd->pOp; in RF_cacheFsCmd() local 1932 while (pOp && nCmdChainMax) in RF_cacheFsCmd() 1935 if ((pOp->commandNo == CMD_FS) || (pOp->commandNo == CMD_FS_OFF)) in RF_cacheFsCmd() 1938 …memcpy(&pCmd->pClient->state.mode_state.cmdFs, pOp, sizeof(pCmd->pClient->state.mode_state.cmdFs)); in RF_cacheFsCmd() [all …]
|
D | RFCC26X2.h | 1633 RF_Op* pOp; /* Pointer to (chain of) RF operations(s) */ member 2012 extern RF_CmdHandle RF_postCmd(RF_Handle h, RF_Op *pOp, RF_Priority ePri, RF_Callback pCb, RF_Event… 2076 extern RF_CmdHandle RF_scheduleCmd(RF_Handle h, RF_Op *pOp, RF_ScheduleCmdParams *pSchParams, RF_Ca… 2166 extern RF_EventMask RF_runCmd(RF_Handle h, RF_Op *pOp, RF_Priority ePri, RF_Callback pCb, RF_EventM… 2187 extern RF_EventMask RF_runScheduleCmd(RF_Handle h, RF_Op *pOp, RF_ScheduleCmdParams *pSchParams, RF…
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/ |
D | rfc.c | 94 RFCDoorbellSendTo(uint32_t pOp) in RFCDoorbellSendTo() argument 101 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) = pOp; in RFCDoorbellSendTo()
|
D | rfc.h | 334 extern uint32_t RFCDoorbellSendTo(uint32_t pOp);
|
/hal_ti-3.4.0/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
D | rfc.c | 94 RFCDoorbellSendTo(uint32_t pOp) in RFCDoorbellSendTo() argument 101 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) = pOp; in RFCDoorbellSendTo()
|
D | rfc.h | 335 extern uint32_t RFCDoorbellSendTo(uint32_t pOp);
|