Searched refs:ui32SecondSecRead (Results 1 – 2 of 2) sorted by relevance
66 uint32_t ui32SecondSecRead ; in AONRTCCurrent64BitValueGet() local73 ui32SecondSecRead = HWREG( AON_RTC_BASE + AON_RTC_O_SEC ); in AONRTCCurrent64BitValueGet()74 } while ( currentRtc.secAndSubSec[ 1 ] != ui32SecondSecRead ); in AONRTCCurrent64BitValueGet()
64 uint32_t ui32SecondSecRead ; in AONRTCCurrent64BitValueGet() local71 ui32SecondSecRead = HWREG( AON_RTC_BASE + NONSECURE_OFFSET + AON_RTC_O_SEC ); in AONRTCCurrent64BitValueGet()72 } while ( currentRtc.secAndSubSec[ 1 ] != ui32SecondSecRead ); in AONRTCCurrent64BitValueGet()