Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Drfc.c62 #undef RFCHwIntGetAndClear
63 #define RFCHwIntGetAndClear NOROM_RFCHwIntGetAndClear macro
257 RFCHwIntGetAndClear(uint32_t ui32Mask) in RFCHwIntGetAndClear() function
289 #undef RFCHwIntGetAndClear
290 #define RFCHwIntGetAndClear NOROM_RFCHwIntGetAndClear macro
Drfc.h113 #define RFCHwIntGetAndClear NOROM_RFCHwIntGetAndClear macro
375 extern uint32_t RFCHwIntGetAndClear(uint32_t ui32Mask);
453 #undef RFCHwIntGetAndClear
454 #define RFCHwIntGetAndClear ROM_RFCHwIntGetAndClear macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Drfc.c62 #undef RFCHwIntGetAndClear
63 #define RFCHwIntGetAndClear NOROM_RFCHwIntGetAndClear macro
257 RFCHwIntGetAndClear(uint32_t ui32Mask) in RFCHwIntGetAndClear() function
289 #undef RFCHwIntGetAndClear
290 #define RFCHwIntGetAndClear NOROM_RFCHwIntGetAndClear macro
Drfc.h112 #define RFCHwIntGetAndClear NOROM_RFCHwIntGetAndClear macro
374 extern uint32_t RFCHwIntGetAndClear(uint32_t ui32Mask);
441 #undef RFCHwIntGetAndClear
442 #define RFCHwIntGetAndClear ROM_RFCHwIntGetAndClear macro
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c2303 uint32_t rfchwifg = RFCHwIntGetAndClear(RF_HW_INT_CPE_MASK | RF_HW_INT_RAT_CH_MASK); in RF_hwiHw()