Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_base.c122 from = HAL_TIMER_GetCount(SYS_TIMER); in TimerDelayUs()
126 now = HAL_TIMER_GetCount(SYS_TIMER); in TimerDelayUs()
235 uint64_t tick = HAL_TIMER_GetCount(SYS_TIMER); in HAL_GetTick()
257 uint64_t count = HAL_TIMER_GetCount(SYS_TIMER); in HAL_GetSysTimerCount()
A Dhal_timer.c239 uint64_t HAL_TIMER_GetCount(struct TIMER_REG *pReg) in HAL_TIMER_GetCount() function
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_timer.h48 uint64_t HAL_TIMER_GetCount(struct TIMER_REG *pReg);
/bsp/rockchip/common/drivers/
A Dinterrupt.c162 g_irq_prof[irq].start = HAL_TIMER_GetCount(SYS_TIMER); in irq_enter_hook()
170 end = HAL_TIMER_GetCount(SYS_TIMER); in irq_leave_hook()

Completed in 7 milliseconds