Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Dhwtimer.h51 rt_uint32_t (*count_get)(struct rt_hwtimer_device *timer); member
/components/drivers/hwtimer/
A Dhwtimer.c174 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