Searched refs:timerCount (Results 1 – 2 of 2) sorted by relevance
215 HAL_Status HAL_TIMER_SetCount(struct TIMER_REG *pReg, uint64_t timerCount) in HAL_TIMER_SetCount() argument226 loadCount = timerCount; in HAL_TIMER_SetCount()
667 uint64_t timerCount; in HAL_SYS_Suspend() local699 timerCount = HAL_GetSysTimerCount(); in HAL_SYS_Suspend()701 pmTimerLowCount = HAL_GetSysTimerCount() - timerCount; in HAL_SYS_Suspend()
Completed in 7 milliseconds