Home
last modified time | relevance | path

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

/bsp/frdm-k64f/device/MK64F12/
A Dfsl_pit.c116 uint32_t valueL = 0U; in PIT_GetLifetimeTimerCount() local
120 valueL = base->LTMR64L; in PIT_GetLifetimeTimerCount()
122 return (((uint64_t)valueH << 32U) + (uint64_t)(valueL)); in PIT_GetLifetimeTimerCount()

Completed in 6 milliseconds