Searched refs:valueL (Results 1 – 1 of 1) sorted by relevance
116 uint32_t valueL = 0U; in PIT_GetLifetimeTimerCount() local120 valueL = base->LTMR64L; in PIT_GetLifetimeTimerCount()122 return (((uint64_t)valueH << 32U) + (uint64_t)(valueL)); in PIT_GetLifetimeTimerCount()
Completed in 6 milliseconds