Searched refs:loadCount (Results 1 – 1 of 1) sorted by relevance
217 uint64_t loadCount = 0; in HAL_TIMER_SetCount() local226 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