Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/inc/
Dhw_aon_rtc.h59 #define AON_RTC_O_SUBSECINC 0x00000010 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/inc/
Dhw_aon_rtc.h59 #define AON_RTC_O_SUBSECINC 0x00000010 macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_rtc.h515 return(HWREG(AON_RTC_BASE + AON_RTC_O_SUBSECINC + NONSECURE_OFFSET)); in AONRTCSubSecIncrGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_rtc.h516 return(HWREG(AON_RTC_BASE + AON_RTC_O_SUBSECINC)); in AONRTCSubSecIncrGet()
/hal_ti-latest/simplelink/source/ti/drivers/power/
DPowerCC26X2_calibrateRCOSC.c625 oldSubSecInc = HWREG(AON_RTC_BASE + AON_RTC_O_SUBSECINC) & 0x00FFFFFF; in updateSubSecInc()