Searched refs:secAndSubSec (Results 1 – 2 of 2) sorted by relevance
64 uint32_t secAndSubSec[ 2 ] ; in AONRTCCurrent64BitValueGet() member71 currentRtc.secAndSubSec[ 1 ] = HWREG( AON_RTC_BASE + AON_RTC_O_SEC ); in AONRTCCurrent64BitValueGet()72 currentRtc.secAndSubSec[ 0 ] = HWREG( AON_RTC_BASE + AON_RTC_O_SUBSEC ); in AONRTCCurrent64BitValueGet()74 } while ( currentRtc.secAndSubSec[ 1 ] != ui32SecondSecRead ); in AONRTCCurrent64BitValueGet()
62 uint32_t secAndSubSec[ 2 ] ; in AONRTCCurrent64BitValueGet() member69 currentRtc.secAndSubSec[ 1 ] = HWREG( AON_RTC_BASE + NONSECURE_OFFSET + AON_RTC_O_SEC ); in AONRTCCurrent64BitValueGet()70 currentRtc.secAndSubSec[ 0 ] = HWREG( AON_RTC_BASE + NONSECURE_OFFSET + AON_RTC_O_SUBSEC ); in AONRTCCurrent64BitValueGet()72 } while ( currentRtc.secAndSubSec[ 1 ] != ui32SecondSecRead ); in AONRTCCurrent64BitValueGet()