Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drfc.h278 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIEN) |= ui32Mask; in RFCHwIntEnable()
304 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIEN) &= ~ui32Mask; in RFCHwIntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drfc.h279 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIEN) |= ui32Mask; in RFCHwIntEnable()
305 HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIEN) &= ~ui32Mask; in RFCHwIntDisable()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_rfc_dbell.h56 #define RFC_DBELL_O_RFHWIEN 0x0000000C macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_rfc_dbell.h56 #define RFC_DBELL_O_RFHWIEN 0x0000000C macro
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c2304 uint32_t rfchwien = HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIEN) & RF_HW_INT_CPE_MASK; in RF_hwiHw()
2305 uint32_t rathwien = HWREG(RFC_DBELL_BASE + RFC_DBELL_O_RFHWIEN) & RF_HW_INT_RAT_CH_MASK; in RF_hwiHw()