Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c184 #define RF_SHIFT_32_BITS 32 macro
2230 RFCHwIntClear((uint32_t) (pNextCmd->bmEvent >> RF_SHIFT_32_BITS)); in RF_dispatchNextCmd()
2231 RFCHwIntEnable((uint32_t) (pNextCmd->bmEvent >> RF_SHIFT_32_BITS)); in RF_dispatchNextCmd()
2316 RF_EventMask events = ((RF_EventMask)(rfchwifg & rfchwien) << RF_SHIFT_32_BITS); in RF_hwiHw()
2480 RFCHwIntDisable((uint32_t) ((*ppActiveCmd)->bmEvent >> RF_SHIFT_32_BITS)); in RF_hwiCpe0Active()
4691 nCurrentTime += ((uint64_t)RF_ratSyncCmd.start.rat0) << RF_SHIFT_32_BITS; in RF_getCurrentTime()
4692 nCurrentTime >>= RF_SHIFT_32_BITS; in RF_getCurrentTime()