Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_timer.c217 uint64_t loadCount = 0; in HAL_TIMER_SetCount() local
226 loadCount = timerCount; in HAL_TIMER_SetCount()
227 pReg->LOAD_COUNT[0] = (loadCount & 0xffffffff); in HAL_TIMER_SetCount()
228 pReg->LOAD_COUNT[1] = ((loadCount >> 32) & 0xffffffff); in HAL_TIMER_SetCount()

Completed in 4 milliseconds