Searched refs:count_get (Results 1 – 2 of 2) sorted by relevance
51 rt_uint32_t (*count_get)(struct rt_hwtimer_device *timer); member
174 if (timer->ops->count_get == RT_NULL) in rt_hwtimer_read()178 cnt = timer->ops->count_get(timer); in rt_hwtimer_read()
Completed in 3 milliseconds