Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/rtc/
Dfsl_rtc.c835 uint64_t u64temp; in RTC_GetMonotonicCounter() local
839 u64temp = (uint64_t)base->MCLR; in RTC_GetMonotonicCounter()
840 *counter = (((uint64_t)base->MCHR << 32U) | u64temp); in RTC_GetMonotonicCounter()