Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c4621 uint64_t nCurrentTime = 0; in RF_getCurrentTime() local
4630 nCurrentTime = RF_ratGetValue(); in RF_getCurrentTime()
4641 nCurrentTime = AONRTCCurrent64BitValueGet(); in RF_getCurrentTime()
4646 nCurrentTime += RF_RTC_TICK_INC; in RF_getCurrentTime()
4647 nCurrentTime *= RF_SCALE_RTC_TO_4MHZ; in RF_getCurrentTime()
4648 nCurrentTime += ((uint64_t)RF_ratSyncCmd.start.rat0) << RF_SHIFT_32_BITS; in RF_getCurrentTime()
4649 nCurrentTime >>= RF_SHIFT_32_BITS; in RF_getCurrentTime()
4653 return((uint32_t) nCurrentTime); in RF_getCurrentTime()