Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c4664 uint64_t nCurrentTime = 0; in RF_getCurrentTime() local
4673 nCurrentTime = RF_ratGetValue(); in RF_getCurrentTime()
4684 nCurrentTime = AONRTCCurrent64BitValueGet(); in RF_getCurrentTime()
4689 nCurrentTime += RF_RTC_TICK_INC; in RF_getCurrentTime()
4690 nCurrentTime *= RF_SCALE_RTC_TO_4MHZ; in RF_getCurrentTime()
4691 nCurrentTime += ((uint64_t)RF_ratSyncCmd.start.rat0) << RF_SHIFT_32_BITS; in RF_getCurrentTime()
4692 nCurrentTime >>= RF_SHIFT_32_BITS; in RF_getCurrentTime()
4696 return((uint32_t) nCurrentTime); in RF_getCurrentTime()