Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Daon_rtc.c66 uint32_t ui32SecondSecRead ; in AONRTCCurrent64BitValueGet() local
73 ui32SecondSecRead = HWREG( AON_RTC_BASE + AON_RTC_O_SEC ); in AONRTCCurrent64BitValueGet()
74 } while ( currentRtc.secAndSubSec[ 1 ] != ui32SecondSecRead ); in AONRTCCurrent64BitValueGet()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Daon_rtc.c64 uint32_t ui32SecondSecRead ; in AONRTCCurrent64BitValueGet() local
71 ui32SecondSecRead = HWREG( AON_RTC_BASE + NONSECURE_OFFSET + AON_RTC_O_SEC ); in AONRTCCurrent64BitValueGet()
72 } while ( currentRtc.secAndSubSec[ 1 ] != ui32SecondSecRead ); in AONRTCCurrent64BitValueGet()