Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drf_prop_cmd.h197 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
333 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
707 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
813 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drf_prop_cmd.h197 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
333 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
707 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
813 …uint8_t endType:1; //!< \brief 0: Packet is received to the end if end trigger happ… member
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2.h1645 RF_EndType endType; /* Command end type */ member
1757 RF_EndType endType; ///< End type for the end time member
DRFCC26X2_multiMode.c1502 if ((newCmd) && (insertNewCmdBeforeNext || (newCmd->endType != RF_EndNotSpecified))) in RF_verifyGap()
1506 if ((prevCmd) && (prevCmd->endType != RF_EndNotSpecified)) in RF_verifyGap()
4737 pCmd->endType = RF_EndNotSpecified; in RF_postCmd()
4790 pSchParams->endType = RF_EndNotSpecified; in RF_ScheduleCmdParams_init()
4864 pCmd->endType = pSchParams->endType; in RF_scheduleCmd()
4874 if (pSchParams->endType == RF_EndNotSpecified) in RF_scheduleCmd()
4878 pCmd->endType = RF_EndAbs; in RF_scheduleCmd()