Searched refs:u64temp (Results 1 – 1 of 1) sorted by relevance
835 uint64_t u64temp; in RTC_GetMonotonicCounter() local839 u64temp = (uint64_t)base->MCLR; in RTC_GetMonotonicCounter()840 *counter = (((uint64_t)base->MCHR << 32U) | u64temp); in RTC_GetMonotonicCounter()