Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drfc.c97 while(HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) != 0); in RFCDoorbellSendTo()
101 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) = pOp; in RFCDoorbellSendTo()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drfc.c97 while(HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) != 0); in RFCDoorbellSendTo()
101 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) = pOp; in RFCDoorbellSendTo()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_rfc_dbell.h47 #define RFC_DBELL_O_CMDR 0x00000000 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_rfc_dbell.h47 #define RFC_DBELL_O_CMDR 0x00000000 macro
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c1356 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_CMDR) = rawCmd; in RF_dbellSubmitCmdAsync()